NodeGroupNode(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes | |
---|---|
Name | Description |
accelerators |
Sequence[google.cloud.compute_v1.types.AcceleratorConfig]
Accelerators for this node. |
cpu_overcommit_type |
google.cloud.compute_v1.types.NodeGroupNode.CpuOvercommitType
CPU overcommit. |
disks |
Sequence[google.cloud.compute_v1.types.LocalDisk]
Local disk configurations. |
instances |
Sequence[str]
Instances scheduled on this node. |
name |
str
The name of the node. |
node_type |
str
The type of this node. |
server_binding |
google.cloud.compute_v1.types.ServerBinding
Binding properties for the physical server. |
server_id |
str
Server ID associated with this node. |
Classes
CpuOvercommitType
CpuOvercommitType(value)
CPU overcommit.
Status
Status(value)
API documentation for compute_v1.types.NodeGroupNode.Status
class.