VMware Engine v1 API - Class Node (1.3.0)

public sealed class Node : IMessage<Node>, IEquatable<Node>, IDeepCloneable<Node>, IBufferMessage, IMessage

Reference documentation and code samples for the VMware Engine v1 API class Node.

Node in a cluster.

Inheritance

object > Node

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

Node()

public Node()

Node(Node)

public Node(Node other)
Parameter
NameDescription
otherNode

Properties

CustomCoreCount

public long CustomCoreCount { get; set; }

Output only. Customized number of cores

Property Value
TypeDescription
long

Fqdn

public string Fqdn { get; set; }

Output only. Fully qualified domain name of the node.

Property Value
TypeDescription
string

InternalIp

public string InternalIp { get; set; }

Output only. Internal IP address of the node.

Property Value
TypeDescription
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
TypeDescription
string

NodeName

public NodeName NodeName { get; set; }

NodeName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string

State

public Node.Types.State State { get; set; }

Output only. The state of the appliance.

Property Value
TypeDescription
NodeTypesState

Version

public string Version { get; set; }

Output only. The version number of the VMware ESXi management component in this cluster.

Property Value
TypeDescription
string