HostGpu#
- class HostGpu(node_uuid=None, node_id=None, cluster=None, number_of_vgpus_allocated=None, config=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
ExternalizableAbstractModel
Host GPU details
- Parameters:
node_uuid – (
node_uuid
) UUID of the hostnode_id – (
node_id
) Controller VM Idcluster – (
cluster
)number_of_vgpus_allocated – (
number_of_vgpus_allocated
) Number of vGPUs allocatedconfig – (
config
)
- property cluster#
- Type:
- property node_id#
Controller VM Id
- Type:
str
- property node_uuid#
UUID of the host
- Type:
str
- property number_of_vgpus_allocated#
Number of vGPUs allocated
- Type:
int