Struct google_manager1_beta2::AccessConfig[][src]

pub struct AccessConfig {
    pub type_: Option<String>,
    pub name: Option<String>,
    pub nat_ip: Option<String>,
}

A Compute Engine network accessConfig. Identical to the accessConfig on corresponding Compute Engine resource.

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

Fields

Type of this access configuration file. (Currently only ONE_TO_ONE_NAT is legal.)

Name of this access configuration.

An external IP address associated with this instance.

Trait Implementations

impl Default for AccessConfig
[src]

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

impl Clone for AccessConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccessConfig
[src]

Formats the value using the given formatter. Read more

impl Part for AccessConfig
[src]

Auto Trait Implementations