ClusterReportedProperties interface
Properties reported by cluster agent.
Properties
cluster |
Unique id generated by the on-prem cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
cluster |
Name of the on-prem cluster connected to this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
cluster |
Version of the cluster software. NOTE: This property will not be serialized. It can only be populated by the server. |
diagnostic |
Level of diagnostic data emitted by the cluster. |
imds |
IMDS attestation status of the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last time the cluster reported the data. NOTE: This property will not be serialized. It can only be populated by the server. |
nodes | List of nodes reported by the cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clusterId
Unique id generated by the on-prem cluster. NOTE: This property will not be serialized. It can only be populated by the server.
clusterId?: string
Property Value
string
clusterName
Name of the on-prem cluster connected to this resource. NOTE: This property will not be serialized. It can only be populated by the server.
clusterName?: string
Property Value
string
clusterVersion
Version of the cluster software. NOTE: This property will not be serialized. It can only be populated by the server.
clusterVersion?: string
Property Value
string
diagnosticLevel
Level of diagnostic data emitted by the cluster.
diagnosticLevel?: string
Property Value
string
imdsAttestation
IMDS attestation status of the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
imdsAttestation?: string
Property Value
string
lastUpdated
Last time the cluster reported the data. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdated?: Date
Property Value
Date
nodes
List of nodes reported by the cluster. NOTE: This property will not be serialized. It can only be populated by the server.
nodes?: ClusterNode[]