Resource: NodeType
Describes node type.
JSON representation |
---|
{ "name": string, "nodeTypeId": string, "displayName": string, "virtualCpuCount": integer, "totalCoreCount": integer, "memoryGb": integer, "diskSizeGb": integer, "availableCustomCoreCounts": [ integer ], "kind": enum ( |
Fields | |
---|---|
name |
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: |
node |
Output only. The canonical identifier of the node type (corresponds to the |
display |
Output only. The friendly name for this node type. For example: ve1-standard-72 |
virtual |
Output only. The total number of virtual CPUs in a single node. |
total |
Output only. The total number of CPU cores in a single node. |
memory |
Output only. The amount of physical memory available, defined in GB. |
disk |
Output only. The amount of storage available, defined in GB. |
available |
Output only. List of possible values of custom core count. |
kind |
Output only. The type of the resource. |
families[] |
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 |
capabilities[] |
Output only. Capabilities of this node type. |
Kind
Enum Kind defines possible types of a NodeType.
Enums | |
---|---|
KIND_UNSPECIFIED |
The default value. This value should never be used. |
STANDARD |
Standard HCI node. |
STORAGE_ONLY |
Storage only Node. |
Capability
Capability of a node type.
Enums | |
---|---|
CAPABILITY_UNSPECIFIED |
The default value. This value is used if the capability is omitted or unknown. |
STRETCHED_CLUSTERS |
This node type supports stretch clusters. |
Methods |
|
---|---|
|
Gets details of a single NodeType . |
|
Lists node types |