public sealed class Node : IMessage<Node>, IEquatable<Node>, IDeepCloneable<Node>, IBufferMessage, IMessageReference documentation and code samples for the VMware Engine v1 API class Node.
Node in a cluster.
Namespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Constructors
Node()
public Node()Node(Node)
public Node(Node other)| Parameter | |
|---|---|
| Name | Description |
other |
Node |
Properties
CustomCoreCount
public long CustomCoreCount { get; set; }Output only. Customized number of cores
| Property Value | |
|---|---|
| Type | Description |
long |
|
Fqdn
public string Fqdn { get; set; }Output only. Fully qualified domain name of the node.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InternalIp
public string InternalIp { get; set; }Output only. Internal IP address of the node.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }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
| Property Value | |
|---|---|
| Type | Description |
string |
|
NodeName
public NodeName NodeName { get; set; }| Property Value | |
|---|---|
| Type | Description |
NodeName |
|
NodeTypeId
public string NodeTypeId { get; set; }Output only. The canonical identifier of the node type (corresponds to the
NodeType).
For example: standard-72.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public Node.Types.State State { get; set; }Output only. The state of the appliance.
| Property Value | |
|---|---|
| Type | Description |
NodeTypesState |
|
Version
public string Version { get; set; }Output only. The version number of the VMware ESXi management component in this cluster.
| Property Value | |
|---|---|
| Type | Description |
string |
|