Class Node
Node in a cluster.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class Node : IDirectResponseSchema
Properties
CustomCoreCount
Output only. Customized number of cores
Declaration
[JsonProperty("customCoreCount")]
public virtual long? CustomCoreCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fqdn
Output only. Fully qualified domain name of the node.
Declaration
[JsonProperty("fqdn")]
public virtual string Fqdn { get; set; }
Property Value
Type | Description |
---|---|
string |
InternalIp
Output only. Internal IP address of the node.
Declaration
[JsonProperty("internalIp")]
public virtual string InternalIp { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeTypeId
Output only. The canonical identifier of the node type (corresponds to the NodeType
). For example:
standard-72.
Declaration
[JsonProperty("nodeTypeId")]
public virtual string NodeTypeId { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of the appliance.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Output only. The version number of the VMware ESXi management component in this cluster.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |