Cluster Reported Properties Response
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
fun ClusterReportedPropertiesResponse(clusterId: String, clusterName: String, clusterVersion: String, lastUpdated: String, nodes: List<ClusterNodeResponse>)