Class Node (1.4.2)

Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Node in a cluster.

Attributes

NameDescription
name str
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
fqdn str
Output only. Fully qualified domain name of the node.
internal_ip str
Output only. Internal IP address of the node.
node_type_id str
Output only. The canonical identifier of the node type (corresponds to the NodeType). For example: standard-72.
version str
Output only. The version number of the VMware ESXi management component in this cluster.
custom_core_count int
Output only. Customized number of cores
state google.cloud.vmwareengine_v1.types.Node.State
Output only. The state of the appliance.

Classes

State

State(value)

Enum State defines possible states of a node in a cluster.

Values: STATE_UNSPECIFIED (0): The default value. This value should never be used. ACTIVE (1): Node is operational and can be used by the user. CREATING (2): Node is being provisioned. FAILED (3): Node is in a failed state. UPGRADING (4): Node is undergoing maintenance, e.g.: during private cloud upgrade.