Class NodeType (1.4.2)

NodeType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes node type.

Attributes

NameDescription
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.
kind google.cloud.vmwareengine_v1.types.NodeType.Kind
Output only. The type of the resource.
families MutableSequence[str]
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 MutableSequence[google.cloud.vmwareengine_v1.types.NodeType.Capability]
Output only. Capabilities of this node type.

Classes

Capability

Capability(value)

Capability of a node type.

Values: CAPABILITY_UNSPECIFIED (0): The default value. This value is used if the capability is omitted or unknown. STRETCHED_CLUSTERS (1): This node type supports stretch clusters.

Kind

Kind(value)

Enum Kind defines possible types of a NodeType.

Values: KIND_UNSPECIFIED (0): The default value. This value should never be used. STANDARD (1): Standard HCI node. STORAGE_ONLY (2): Storage only Node.