Package version:

Properties reported by cluster agent.

interface ClusterReportedProperties {
    clusterId?: string;
    clusterName?: string;
    clusterType?: string;
    clusterVersion?: string;
    diagnosticLevel?: string;
    hardwareClass?: string;
    imdsAttestation?: string;
    lastUpdated?: any;
    manufacturer?: string;
    msiExpirationTimeStamp?: any;
    nodes?: {};
    oemActivation?: string;
    supportedCapabilities?: {};
}

Properties

clusterId?: string

Unique id generated by the on-prem cluster.

clusterName?: string

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

clusterType?: string

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?: string

Version of the cluster software.

diagnosticLevel?: string

Level of diagnostic data emitted by the cluster.

hardwareClass?: string

Hardware class of the cluster.

imdsAttestation?: string

IMDS attestation status of the cluster.

lastUpdated?: any

Last time the cluster reported the data.

manufacturer?: string

The manufacturer of all the nodes of the cluster.

msiExpirationTimeStamp?: any

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?: string

OEM activation status of the cluster.

supportedCapabilities?: {}

Capabilities supported by the cluster.