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 |
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: |
nodeTypeId |
Output only. The canonical identifier of the node type (corresponds to the |
displayName |
Output only. The friendly name for this node type. For example: ve1-standard-72 |
virtualCpuCount |
Output only. The total number of virtual CPUs in a single node. |
totalCoreCount |
Output only. The total number of CPU cores in a single node. |
memoryGb |
Output only. The amount of physical memory available, defined in GB. |
diskSizeGb |
Output only. The amount of storage available, defined in GB. |
availableCustomCoreCounts[] |
Output only. List of possible values of custom core count. |
Methods |
|
---|---|
|
Gets details of a single NodeType . |
|
Lists node types |