public final class Subnet extends GeneratedMessageV3 implements SubnetOrBuilder
Subnet in a private cloud. Either management
subnets (such as vMotion) that
are read-only, or userDefined
, which can also be updated.
Protobuf type google.cloud.vmwareengine.v1.Subnet
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GATEWAY_IP_FIELD_NUMBER
public static final int GATEWAY_IP_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
IP_CIDR_RANGE_FIELD_NUMBER
public static final int IP_CIDR_RANGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
VLAN_ID_FIELD_NUMBER
public static final int VLAN_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Subnet getDefaultInstance()
Returns |
Type |
Description |
Subnet |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Subnet.Builder newBuilder()
newBuilder(Subnet prototype)
public static Subnet.Builder newBuilder(Subnet prototype)
Parameter |
Name |
Description |
prototype |
Subnet
|
public static Subnet parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
Subnet |
|
public static Subnet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Subnet |
|
parseFrom(byte[] data)
public static Subnet parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
Subnet |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Subnet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Subnet |
|
parseFrom(ByteString data)
public static Subnet parseFrom(ByteString data)
Returns |
Type |
Description |
Subnet |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Subnet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Subnet |
|
public static Subnet parseFrom(CodedInputStream input)
Returns |
Type |
Description |
Subnet |
|
public static Subnet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Subnet |
|
public static Subnet parseFrom(InputStream input)
Returns |
Type |
Description |
Subnet |
|
public static Subnet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Subnet |
|
parseFrom(ByteBuffer data)
public static Subnet parseFrom(ByteBuffer data)
Returns |
Type |
Description |
Subnet |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Subnet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
Subnet |
|
parser()
public static Parser<Subnet> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Subnet getDefaultInstanceForType()
Returns |
Type |
Description |
Subnet |
|
getGatewayIp()
public String getGatewayIp()
The IP address of the gateway of this subnet.
Must fall within the IP prefix defined above.
string gateway_ip = 8;
Returns |
Type |
Description |
String |
The gatewayIp.
|
getGatewayIpBytes()
public ByteString getGatewayIpBytes()
The IP address of the gateway of this subnet.
Must fall within the IP prefix defined above.
string gateway_ip = 8;
Returns |
Type |
Description |
ByteString |
The bytes for gatewayIp.
|
getIpCidrRange()
public String getIpCidrRange()
The IP address range of the subnet in CIDR format '10.0.0.0/24'.
string ip_cidr_range = 7;
Returns |
Type |
Description |
String |
The ipCidrRange.
|
getIpCidrRangeBytes()
public ByteString getIpCidrRangeBytes()
The IP address range of the subnet in CIDR format '10.0.0.0/24'.
string ip_cidr_range = 7;
Returns |
Type |
Description |
ByteString |
The bytes for ipCidrRange.
|
getName()
Output only. The resource name of this subnet.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name of this subnet.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
For example:
projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<Subnet> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getState()
public Subnet.State getState()
Output only. The state of the resource.
.google.cloud.vmwareengine.v1.Subnet.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue()
Output only. The state of the resource.
.google.cloud.vmwareengine.v1.Subnet.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for state.
|
getType()
Output only. The type of the subnet. For example "management" or
"userDefined".
string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The type.
|
getTypeBytes()
public ByteString getTypeBytes()
Output only. The type of the subnet. For example "management" or
"userDefined".
string type = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for type.
|
getVlanId()
Output only. VLAN ID of the VLAN on which the subnet is configured
int32 vlan_id = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The vlanId.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Subnet.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Subnet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Subnet.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides