NodeType(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes node type.
Attributes | |
---|---|
Name | Description |
name |
str
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 |
str
Output only. The canonical identifier of the node type (corresponds to the NodeType ). For example: standard-72.
|
display_name |
str
Output only. The friendly name for this node type. For example: ve1-standard-72 |
virtual_cpu_count |
int
Output only. The total number of virtual CPUs in a single node. |
total_core_count |
int
Output only. The total number of CPU cores in a single node. |
memory_gb |
int
Output only. The amount of physical memory available, defined in GB. |
disk_size_gb |
int
Output only. The amount of storage available, defined in GB. |
available_custom_core_counts |
MutableSequence[int]
Output only. List of possible values of custom core count. |