Package com.google.cloud.compute.v1
Interface SubnetworksExpandIpCidrRangeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubnetworksExpandIpCidrRangeRequest
,SubnetworksExpandIpCidrRangeRequest.Builder
public interface SubnetworksExpandIpCidrRangeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.com.google.protobuf.ByteString
getIpCidrRangeBytes()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.boolean
hasIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIpCidrRange
boolean hasIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
optional string ip_cidr_range = 98117322;
- Returns:
- Whether the ipCidrRange field is set.
-
getIpCidrRange
String getIpCidrRange()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
optional string ip_cidr_range = 98117322;
- Returns:
- The ipCidrRange.
-
getIpCidrRangeBytes
com.google.protobuf.ByteString getIpCidrRangeBytes()
The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
optional string ip_cidr_range = 98117322;
- Returns:
- The bytes for ipCidrRange.
-
-