Struct google_manager1_beta2::NetworkInterface[][src]

pub struct NetworkInterface {
    pub access_configs: Option<Vec<AccessConfig>>,
    pub network_ip: Option<String>,
    pub name: Option<String>,
    pub network: Option<String>,
}

A Compute Engine NetworkInterface resource. Identical to the NetworkInterface on the corresponding Compute Engine resource.

This type is not used in any activity, and only used as part of another schema.

Fields

An array of configurations for this interface. This specifies how this interface is configured to interact with other network services

An optional IPV4 internal network address to assign to the instance for this network interface.

Name of the interface.

The name of the NetworkModule to which this interface applies. If not specified, or specified as 'default', this will use the 'default' network.

Trait Implementations

impl Default for NetworkInterface
[src]

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

impl Clone for NetworkInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkInterface
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkInterface
[src]

Auto Trait Implementations