Interface AliasIpRangeOrBuilder (0.11.0)

publicinterface AliasIpRangeOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpCidrRange()

publicabstractStringgetIpCidrRange()

Optional. The IP alias ranges to allocate for this interface.

optional string ip_cidr_range = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The ipCidrRange.

getIpCidrRangeBytes()

publicabstractByteStringgetIpCidrRangeBytes()

Optional. The IP alias ranges to allocate for this interface.

optional string ip_cidr_range = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for ipCidrRange.

getSubnetworkRangeName()

publicabstractStringgetSubnetworkRangeName()

Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.

optional string subnetwork_range_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The subnetworkRangeName.

getSubnetworkRangeNameBytes()

publicabstractByteStringgetSubnetworkRangeNameBytes()

Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.

optional string subnetwork_range_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for subnetworkRangeName.

hasIpCidrRange()

publicabstractbooleanhasIpCidrRange()

Optional. The IP alias ranges to allocate for this interface.

optional string ip_cidr_range = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ipCidrRange field is set.

hasSubnetworkRangeName()

publicabstractbooleanhasSubnetworkRangeName()

Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.

optional string subnetwork_range_name = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the subnetworkRangeName field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.