VMware Engine v1 API - Class NodeType (1.3.0)

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

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

Describes node type.

Inheritance

object > NodeType

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

NodeType()

public NodeType()

NodeType(NodeType)

public NodeType(NodeType other)
Parameter
NameDescription
otherNodeType

Properties

AvailableCustomCoreCounts

public RepeatedField<int> AvailableCustomCoreCounts { get; }

Output only. List of possible values of custom core count.

Property Value
TypeDescription
RepeatedFieldint

Capabilities

public RepeatedField<NodeType.Types.Capability> Capabilities { get; }

Output only. Capabilities of this node type.

Property Value
TypeDescription
RepeatedFieldNodeTypeTypesCapability

DiskSizeGb

public int DiskSizeGb { get; set; }

Output only. The amount of storage available, defined in GB.

Property Value
TypeDescription
int

DisplayName

public string DisplayName { get; set; }

Output only. The friendly name for this node type. For example: ve1-standard-72

Property Value
TypeDescription
string

Families

public RepeatedField<string> Families { get; }

Output only. Families of the node type. For node types to be in the same cluster they must share at least one element in the families.

Property Value
TypeDescription
RepeatedFieldstring

Kind

public NodeType.Types.Kind Kind { get; set; }

Output only. The type of the resource.

Property Value
TypeDescription
NodeTypeTypesKind

MemoryGb

public int MemoryGb { get; set; }

Output only. The amount of physical memory available, defined in GB.

Property Value
TypeDescription
int

Name

public string Name { get; set; }

Output only. The resource name of this node type. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-proj/locations/us-central1-a/nodeTypes/standard-72

Property Value
TypeDescription
string

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

NodeTypeName

public NodeTypeName NodeTypeName { get; set; }

NodeTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
NodeTypeName

TotalCoreCount

public int TotalCoreCount { get; set; }

Output only. The total number of CPU cores in a single node.

Property Value
TypeDescription
int

VirtualCpuCount

public int VirtualCpuCount { get; set; }

Output only. The total number of virtual CPUs in a single node.

Property Value
TypeDescription
int