Send feedback
Class Node (0.33.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.33.0 keyboard_arrow_down
public final class Node extends GeneratedMessageV3 implements NodeOrBuilder
Node in a cluster.
Protobuf type google.cloud.vmwareengine.v1.Node
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
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Node . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Node . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Node . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]