Struct google_appengine1_beta4::api::Network
source · pub struct Network {
pub forwarded_ports: Option<Vec<String>>,
pub instance_tag: Option<String>,
pub name: Option<String>,
}Expand description
Extra network settings. Only applicable for VM runtimes.
This type is not used in any activity, and only used as part of another schema.
Fields§
§forwarded_ports: Option<Vec<String>>List of ports, or port pairs, to forward from the virtual machine to the application container.
instance_tag: Option<String>Tag to apply to the VM instance during creation.
name: Option<String>Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Network
impl<'de> Deserialize<'de> for Network
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more