Share via


ClusterReportedProperties interface

Properties reported by cluster agent.

Properties

clusterId

Unique id generated by the on-prem cluster.

clusterName

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

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.

clusterVersion

Version of the cluster software.

diagnosticLevel

Level of diagnostic data emitted by the cluster.

hardwareClass

Hardware class of the cluster.

imdsAttestation

IMDS attestation status of the cluster.

lastUpdated

Last time the cluster reported the data.

manufacturer

The manufacturer of all the nodes of the cluster.

msiExpirationTimeStamp

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.

oemActivation

OEM activation status of the cluster.

supportedCapabilities

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

List of nodes reported by the cluster.

nodes?: ClusterNode[]

Property Value

oemActivation

OEM activation status of the cluster.

oemActivation?: string

Property Value

string

supportedCapabilities

Capabilities supported by the cluster.

supportedCapabilities?: string[]

Property Value

string[]