Package com.google.cloud.compute.v1
Interface UsableSubnetworkSecondaryRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UsableSubnetworkSecondaryRange
,UsableSubnetworkSecondaryRange.Builder
public interface UsableSubnetworkSecondaryRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIpCidrRange()
The range of IP addresses belonging to this subnetwork secondary range.com.google.protobuf.ByteString
getIpCidrRangeBytes()
The range of IP addresses belonging to this subnetwork secondary range.String
getRangeName()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.com.google.protobuf.ByteString
getRangeNameBytes()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.boolean
hasIpCidrRange()
The range of IP addresses belonging to this subnetwork secondary range.boolean
hasRangeName()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.-
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 range of IP addresses belonging to this subnetwork secondary range.
optional string ip_cidr_range = 98117322;
- Returns:
- Whether the ipCidrRange field is set.
-
getIpCidrRange
String getIpCidrRange()
The range of IP addresses belonging to this subnetwork secondary range.
optional string ip_cidr_range = 98117322;
- Returns:
- The ipCidrRange.
-
getIpCidrRangeBytes
com.google.protobuf.ByteString getIpCidrRangeBytes()
The range of IP addresses belonging to this subnetwork secondary range.
optional string ip_cidr_range = 98117322;
- Returns:
- The bytes for ipCidrRange.
-
hasRangeName
boolean hasRangeName()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
optional string range_name = 332216397;
- Returns:
- Whether the rangeName field is set.
-
getRangeName
String getRangeName()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
optional string range_name = 332216397;
- Returns:
- The rangeName.
-
getRangeNameBytes
com.google.protobuf.ByteString getRangeNameBytes()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
optional string range_name = 332216397;
- Returns:
- The bytes for rangeName.
-
-