Reference documentation and code samples for the Google Cloud VMware Engine V1 API class Google::Cloud::VmwareEngine::V1::Node.
Node in a cluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_core_count
def custom_core_count() -> ::Integer
Returns
- (::Integer) — Output only. Customized number of cores
#fqdn
def fqdn() -> ::String
Returns
- (::String) — Output only. Fully qualified domain name of the node.
#internal_ip
def internal_ip() -> ::String
Returns
- (::String) — Output only. Internal IP address of the node.
#name
def name() -> ::String
Returns
- (::String) — 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
#node_type_id
def node_type_id() -> ::String
Returns
-
(::String) — Output only. The canonical identifier of the node type (corresponds to the
NodeType
). For example: standard-72.
#state
def state() -> ::Google::Cloud::VmwareEngine::V1::Node::State
Returns
- (::Google::Cloud::VmwareEngine::V1::Node::State) — Output only. The state of the appliance.
#version
def version() -> ::String
Returns
- (::String) — Output only. The version number of the VMware ESXi management component in this cluster.