REST Resource: projects.locations.nodeTypes

Resource: NodeType

Describes node type.

JSON representation
{
  "name": string,
  "nodeTypeId": string,
  "displayName": string,
  "virtualCpuCount": integer,
  "totalCoreCount": integer,
  "memoryGb": integer,
  "diskSizeGb": integer,
  "availableCustomCoreCounts": [
    integer
  ]
}
Fields
name

string

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

nodeTypeId

string

Output only. The canonical identifier of the node type (corresponds to the NodeType). For example: standard-72.

displayName

string

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

virtualCpuCount

integer

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

totalCoreCount

integer

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

memoryGb

integer

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

diskSizeGb

integer

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

availableCustomCoreCounts[]

integer

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

Methods

get

Gets details of a single NodeType.

list

Lists node types