GetConnectedClusterResult

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.

Link copied to clipboard

Version of the agent running on the connected cluster resource

Link copied to clipboard

Represents the connectivity status of the connected cluster.

Link copied to clipboard
val distribution: String? = null

The Kubernetes distribution running on this connected cluster.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The identity of the connected cluster.

Link copied to clipboard
val infrastructure: String? = null

The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.

Link copied to clipboard

The Kubernetes version of the connected cluster resource

Link copied to clipboard

Time representing the last instance when heart beat was received from the cluster

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Expiration time of the managed identity certificate

Link copied to clipboard

The name of the resource

Link copied to clipboard

Connected cluster offering

Link copied to clipboard

Provisioning state of the connected cluster resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Number of CPU cores present in the connected cluster resource

Link copied to clipboard

Number of nodes present in the connected cluster resource

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"