ClusterReportedProperties Class

Properties reported by cluster agent.

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

Inheritance
ClusterReportedProperties

Constructor

ClusterReportedProperties(*, diagnostic_level: Optional[Union[str, azure.mgmt.azurestackhci.models._azure_stack_hci_client_enums.DiagnosticLevel]] = None, **kwargs)

Variables

cluster_name
str

Name of the on-prem cluster connected to this resource.

cluster_id
str

Unique id generated by the on-prem cluster.

cluster_version
str

Version of the cluster software.

nodes
list[ClusterNode]

List of nodes reported by the cluster.

last_updated
datetime

Last time the cluster reported the data.

imds_attestation
str or ImdsAttestation

IMDS attestation status of the cluster. Possible values include: "Disabled", "Enabled".

diagnostic_level
str or DiagnosticLevel

Level of diagnostic data emitted by the cluster. Possible values include: "Off", "Basic", "Enhanced".