Struct google_manager1_beta2::NetworkModule [] [src]

pub struct NetworkModule {
    pub i_pv4_range: Option<String>,
    pub gateway_i_pv4: Option<String>,
    pub description: Option<String>,
}

There is no detailed description.

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

Fields

Required; The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16.

An optional address that is used for default routing to other networks. This must be within the range specified by IPv4Range, and is typicall the first usable address in that range. If not specified, the default value is the first usable address in IPv4Range.

The description of the network.

Trait Implementations

impl Debug for NetworkModule
[src]

Formats the value using the given formatter.

impl Clone for NetworkModule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for NetworkModule
[src]

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

impl Part for NetworkModule
[src]