Cluster Class

A cluster resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.avs.models._models_py3.Resource
Cluster

Constructor

Cluster(*, sku: azure.mgmt.avs.models._models_py3.Sku, cluster_size: Optional[int] = None, hosts: Optional[List[str]] = None, **kwargs)

Parameters

sku
Sku
Required

Required. The cluster SKU.

cluster_size
int
Required

The cluster size.

hosts
list[str]
Required

The hosts.

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

provisioning_state
str or ClusterProvisioningState

The state of the cluster provisioning. Possible values include: "Succeeded", "Failed", "Cancelled", "Deleting", "Updating".

cluster_id
int

The identity.