public final class Node extends GeneratedMessage implements NodeOrBuilder
Node in a cluster.
Protobuf type google.cloud.vmwareengine.v1.Node
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CUSTOM_CORE_COUNT_FIELD_NUMBER
public static final int CUSTOM_CORE_COUNT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FQDN_FIELD_NUMBER
public static final int FQDN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INTERNAL_IP_FIELD_NUMBER
public static final int INTERNAL_IP_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NODE_TYPE_ID_FIELD_NUMBER
public static final int NODE_TYPE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Node getDefaultInstance()
| Returns |
| Type |
Description |
Node |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Node.Builder newBuilder()
newBuilder(Node prototype)
public static Node.Builder newBuilder(Node prototype)
| Parameter |
| Name |
Description |
prototype |
Node
|
public static Node parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Node |
|
public static Node parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Node |
|
parseFrom(byte[] data)
public static Node parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Node |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Node parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Node |
|
parseFrom(ByteString data)
public static Node parseFrom(ByteString data)
| Returns |
| Type |
Description |
Node |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Node parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Node |
|
public static Node parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Node |
|
public static Node parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Node |
|
public static Node parseFrom(InputStream input)
| Returns |
| Type |
Description |
Node |
|
public static Node parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Node |
|
parseFrom(ByteBuffer data)
public static Node parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Node |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Node parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Node |
|
parser()
public static Parser<Node> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCustomCoreCount()
public long getCustomCoreCount()
Output only. Customized number of cores
int64 custom_core_count = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
long |
The customCoreCount.
|
getDefaultInstanceForType()
public Node getDefaultInstanceForType()
| Returns |
| Type |
Description |
Node |
|
getFqdn()
Output only. Fully qualified domain name of the node.
string fqdn = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The fqdn.
|
getFqdnBytes()
public ByteString getFqdnBytes()
Output only. Fully qualified domain name of the node.
string fqdn = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for fqdn.
|
getInternalIp()
public String getInternalIp()
Output only. Internal IP address of the node.
string internal_ip = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The internalIp.
|
getInternalIpBytes()
public ByteString getInternalIpBytes()
Output only. Internal IP address of the node.
string internal_ip = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for internalIp.
|
getName()
Output only. The resource name of this node.
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/clusters/my-cluster/nodes/my-node
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 node.
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/clusters/my-cluster/nodes/my-node
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getNodeTypeId()
public String getNodeTypeId()
Output only. The canonical identifier of the node type (corresponds to the
NodeType).
For example: standard-72.
string node_type_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The nodeTypeId.
|
getNodeTypeIdBytes()
public ByteString getNodeTypeIdBytes()
Output only. The canonical identifier of the node type (corresponds to the
NodeType).
For example: standard-72.
string node_type_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for nodeTypeId.
|
getParserForType()
public Parser<Node> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getState()
public Node.State getState()
Output only. The state of the appliance.
.google.cloud.vmwareengine.v1.Node.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue()
Output only. The state of the appliance.
.google.cloud.vmwareengine.v1.Node.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for state.
|
getVersion()
public String getVersion()
Output only. The version number of the VMware ESXi
management component in this cluster.
string version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The version.
|
getVersionBytes()
public ByteString getVersionBytes()
Output only. The version number of the VMware ESXi
management component in this cluster.
string version = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for version.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Node.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Node.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Node.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides