Struct google_appengine1_beta4::Network[][src]

pub struct Network {
    pub instance_tag: Option<String>,
    pub forwarded_ports: Option<Vec<String>>,
    pub name: Option<String>,
}

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

Tag to apply to the VM instance during creation.

List of ports, or port pairs, to forward from the virtual machine to the application container.

Google Cloud Platform network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.

Trait Implementations

impl Default for Network
[src]

Returns the "default value" for a type. Read more

impl Clone for Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Network
[src]

Formats the value using the given formatter. Read more

impl Part for Network
[src]

Auto Trait Implementations

impl Send for Network

impl Sync for Network