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 
 ] 
 , 
 "kind" 
 : 
 enum (  Kind 
 
) 
 , 
 "families" 
 : 
 [ 
 string 
 ] 
 , 
 "capabilities" 
 : 
 [ 
 enum (  Capability 
 
) 
 ] 
 } 
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

node Type Id

string

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

display Name

string

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

virtual Cpu Count

integer

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

total Core Count

integer

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

memory Gb

integer

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

disk Size Gb

integer

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

available Custom Core Counts[]

integer

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

kind

enum ( Kind )

Output only. The type of the resource.

families[]

string

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 .

capabilities[]

enum ( Capability )

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

get

Gets details of a single NodeType .

list

Lists node types
Design a Mobile Site
View Site in Mobile | Classic
Share by: