Package com.google.container.v1beta1
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.UsableSubnetworkSecondaryRange.Status
getStatus()
This field is to determine the status of the secondary range programmably.int
getStatusValue()
This field is to determine the status of the secondary range programmably.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRangeName
String getRangeName()
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
string range_name = 1;
- 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.
string range_name = 1;
- Returns:
- The bytes for rangeName.
-
getIpCidrRange
String getIpCidrRange()
The range of IP addresses belonging to this subnetwork secondary range.
string ip_cidr_range = 2;
- Returns:
- The ipCidrRange.
-
getIpCidrRangeBytes
com.google.protobuf.ByteString getIpCidrRangeBytes()
The range of IP addresses belonging to this subnetwork secondary range.
string ip_cidr_range = 2;
- Returns:
- The bytes for ipCidrRange.
-
getStatusValue
int getStatusValue()
This field is to determine the status of the secondary range programmably.
.google.container.v1beta1.UsableSubnetworkSecondaryRange.Status status = 3;
- Returns:
- The enum numeric value on the wire for status.
-
getStatus
UsableSubnetworkSecondaryRange.Status getStatus()
This field is to determine the status of the secondary range programmably.
.google.container.v1beta1.UsableSubnetworkSecondaryRange.Status status = 3;
- Returns:
- The status.
-
-