Enum googapis::google::cloud::orchestration::airflow::service::v1::ip_allocation_policy::ServicesIpAllocation[][src]

pub enum ServicesIpAllocation {
    ServicesSecondaryRangeName(String),
    ServicesIpv4CidrBlock(String),
}
Expand description

Configuration of allocating IP addresses for services in the GKE cluster.

Variants

ServicesSecondaryRangeName(String)

Optional. The name of the services’ secondary range used to allocate IP addresses to the GKE cluster.

This field is applicable only when use_ip_aliases is true.

Tuple Fields of ServicesSecondaryRangeName

0: String
ServicesIpv4CidrBlock(String)

Optional. The IP address range of the services IP addresses in this GKE cluster.

This field is applicable only when use_ip_aliases is true.

Set to blank to have GKE choose a range with the default size.

Set to /netmask (e.g. /14) to have GKE choose a range with a specific netmask.

Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.

Tuple Fields of ServicesIpv4CidrBlock

0: String

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more