Struct google_container1::NetworkConfig[][src]

pub struct NetworkConfig {
    pub subnetwork: Option<String>,
    pub network: Option<String>,
}

NetworkConfig reports the relative names of network & subnetwork.

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

Fields

Output only. The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet

Output only. The relative name of the Google Compute Engine network(/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network

Trait Implementations

impl Default for NetworkConfig
[src]

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

impl Clone for NetworkConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkConfig
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkConfig
[src]

Auto Trait Implementations