ClusterReportedPropertiesResponse

data class ClusterReportedPropertiesResponse(val clusterId: String, val clusterName: String, val clusterType: String, val clusterVersion: String, val diagnosticLevel: String? = null, val imdsAttestation: String, val lastUpdated: String, val manufacturer: String, val nodes: List<ClusterNodeResponse>, val oemActivation: String, val supportedCapabilities: List<String>)

Properties reported by cluster agent.

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterName: String, clusterType: String, clusterVersion: String, diagnosticLevel: String? = null, imdsAttestation: String, lastUpdated: String, manufacturer: String, nodes: List<ClusterNodeResponse>, oemActivation: String, supportedCapabilities: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique id generated by the on-prem cluster.

Link copied to clipboard

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

Link copied to clipboard

The node type of all the nodes of the cluster.

Link copied to clipboard

Version of the cluster software.

Link copied to clipboard
val diagnosticLevel: String? = null

Level of diagnostic data emitted by the cluster.

Link copied to clipboard

IMDS attestation status of the cluster.

Link copied to clipboard

Last time the cluster reported the data.

Link copied to clipboard

The manufacturer of all the nodes of the cluster.

Link copied to clipboard

List of nodes reported by the cluster.

Link copied to clipboard

OEM activation status of the cluster.

Link copied to clipboard

Capabilities supported by the cluster.