Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Node in a cluster.
Attributes |
|
---|---|
Name | Description |
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.