public interface AliasIpRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIpCidrRange()
The IP alias ranges to allocate for this interface.
|
com.google.protobuf.ByteString |
getIpCidrRangeBytes()
The IP alias ranges to allocate for this interface.
|
String |
getSubnetworkRangeName()
The name of a subnetwork secondary IP range from which to allocate an IP alias range.
|
com.google.protobuf.ByteString |
getSubnetworkRangeNameBytes()
The name of a subnetwork secondary IP range from which to allocate an IP alias range.
|
boolean |
hasIpCidrRange()
The IP alias ranges to allocate for this interface.
|
boolean |
hasSubnetworkRangeName()
The name of a subnetwork secondary IP range from which to allocate an IP alias range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIpCidrRange()
The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
optional string ip_cidr_range = 98117322;String getIpCidrRange()
The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
optional string ip_cidr_range = 98117322;com.google.protobuf.ByteString getIpCidrRangeBytes()
The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
optional string ip_cidr_range = 98117322;boolean hasSubnetworkRangeName()
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 = 387995966;String getSubnetworkRangeName()
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 = 387995966;com.google.protobuf.ByteString getSubnetworkRangeNameBytes()
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 = 387995966;Copyright © 2023 Google LLC. All rights reserved.