Get Connected Cluster Result
data class GetConnectedClusterResult(val agentPublicKeyCertificate: String, val agentVersion: String, val connectivityStatus: String, val distribution: String? = null, val id: String, val identity: ConnectedClusterIdentityResponse, val infrastructure: String? = null, val kubernetesVersion: String, val lastConnectivityTime: String, val location: String, val managedIdentityCertificateExpirationTime: String, val name: String, val offering: String, val provisioningState: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalCoreCount: Int, val totalNodeCount: Int, val type: String)
Represents a connected cluster.
Constructors
Link copied to clipboard
fun GetConnectedClusterResult(agentPublicKeyCertificate: String, agentVersion: String, connectivityStatus: String, distribution: String? = null, id: String, identity: ConnectedClusterIdentityResponse, infrastructure: String? = null, kubernetesVersion: String, lastConnectivityTime: String, location: String, managedIdentityCertificateExpirationTime: String, name: String, offering: String, provisioningState: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, totalCoreCount: Int, totalNodeCount: Int, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard