ClusterReportedProperties interface
Properties reported by cluster agent.
Properties
| cluster |
Unique id generated by the on-prem cluster. |
| cluster |
Name of the on-prem cluster connected to this resource. |
| cluster |
Specifies the type of hardware vendor for all nodes in the cluster. Indicates whether the nodes are provided by Microsoft or a third-party vendor. |
| cluster |
Version of the cluster software. |
| diagnostic |
Level of diagnostic data emitted by the cluster. |
| hardware |
Hardware class of the cluster. |
| imds |
IMDS attestation status of the cluster. |
| last |
Last time the cluster reported the data. |
| manufacturer | The manufacturer of all the nodes of the cluster. |
| msi |
Specifies the expiration timestamp of the cluster's Managed Service Identity (MSI). The value is expressed in Coordinated Universal Time (UTC). |
| nodes | List of nodes reported by the cluster. |
| oem |
OEM activation status of the cluster. |
| supported |
Capabilities supported by the cluster. |
Property Details
clusterId
Unique id generated by the on-prem cluster.
clusterId?: string
Property Value
string
clusterName
Name of the on-prem cluster connected to this resource.
clusterName?: string
Property Value
string
clusterType
Specifies the type of hardware vendor for all nodes in the cluster. Indicates whether the nodes are provided by Microsoft or a third-party vendor.
clusterType?: string
Property Value
string
clusterVersion
Version of the cluster software.
clusterVersion?: string
Property Value
string
diagnosticLevel
Level of diagnostic data emitted by the cluster.
diagnosticLevel?: string
Property Value
string
hardwareClass
Hardware class of the cluster.
hardwareClass?: string
Property Value
string
imdsAttestation
IMDS attestation status of the cluster.
imdsAttestation?: string
Property Value
string
lastUpdated
Last time the cluster reported the data.
lastUpdated?: Date
Property Value
Date
manufacturer
The manufacturer of all the nodes of the cluster.
manufacturer?: string
Property Value
string
msiExpirationTimeStamp
Specifies the expiration timestamp of the cluster's Managed Service Identity (MSI). The value is expressed in Coordinated Universal Time (UTC).
msiExpirationTimeStamp?: Date
Property Value
Date
nodes
oemActivation
OEM activation status of the cluster.
oemActivation?: string
Property Value
string
supportedCapabilities
Capabilities supported by the cluster.
supportedCapabilities?: string[]
Property Value
string[]