Cluster#
- class Cluster(name=None, nodes=None, config=None, network=None, upgrade_status=None, vm_count=None, inefficient_vm_count=None, container_name=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
ExternalizableAbstractModel
- Parameters:
name – (
name
) Cluster name. This is part of payload for both cluster create & update operations.nodes – (
nodes
)config – (
config
)network – (
network
)upgrade_status – (
upgrade_status
)vm_count – (
vm_count
) Number of VMsinefficient_vm_count – (
inefficient_vm_count
) Number of inefficient VMscontainer_name – (
container_name
) The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only
- property config#
- Type:
- property container_name#
The name of the default container created as part of cluster creation. This is part of payload for cluster create operation only
- Type:
str
- property inefficient_vm_count#
Number of inefficient VMs
- Type:
int
- property name#
Cluster name. This is part of payload for both cluster create & update operations.
- Type:
str
- property network#
- Type:
- property nodes#
- Type:
- property upgrade_status#
- Type:
- property vm_count#
Number of VMs
- Type:
int