ClusterReportedPropertiesResponse

data class ClusterReportedPropertiesResponse(val clusterId: String, val clusterName: String, val clusterVersion: String, val lastUpdated: String, val nodes: List<ClusterNodeResponse>)

Properties reported by cluster agent.

Constructors

Link copied to clipboard
constructor(clusterId: String, clusterName: String, clusterVersion: String, lastUpdated: String, nodes: List<ClusterNodeResponse>)

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

Version of the cluster software.

Link copied to clipboard

Last time the cluster reported the data.

Link copied to clipboard

List of nodes reported by the cluster.