ConnectedClusterProperties interface
Properties of the connected cluster.
Properties
| aad |
AAD profile for the connected cluster. |
| agent |
Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure. |
| agent |
Version of the agent running on the connected cluster resource |
| arc |
Arc agentry configuration for the provisioned cluster. |
| arc |
Configuration settings for customizing the behavior of the connected cluster. |
| azure |
Indicates whether Azure Hybrid Benefit is opted in |
| connectivity |
Represents the connectivity status of the connected cluster. |
| distribution | The Kubernetes distribution running on this connected cluster. |
| distribution |
The Kubernetes distribution version on this connected cluster. |
| gateway | Details of the gateway used by the Arc router for connectivity. |
| infrastructure | The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on. |
| kubernetes |
The Kubernetes version of the connected cluster resource |
| last |
Time representing the last instance when heart beat was received from the cluster |
| managed |
Expiration time of the managed identity certificate |
| miscellaneous |
More properties related to the Connected Cluster |
| offering | Connected cluster offering |
| oidc |
Open ID Connect (OIDC) Issuer Profile for the connected cluster. |
| private |
This is populated only if privateLinkState is enabled. The resource id of the private link scope this connected cluster is assigned to, if any. |
| private |
Property which describes the state of private link on a connected cluster resource. |
| provisioning |
Provisioning state of the connected cluster resource. |
| security |
Security profile for the connected cluster. |
| total |
Number of CPU cores present in the connected cluster resource |
| total |
Number of nodes present in the connected cluster resource |
Property Details
aadProfile
agentPublicKeyCertificate
Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
agentPublicKeyCertificate: string
Property Value
string
agentVersion
Version of the agent running on the connected cluster resource
agentVersion?: string
Property Value
string
arcAgentProfile
Arc agentry configuration for the provisioned cluster.
arcAgentProfile?: ArcAgentProfile
Property Value
arcAgentryConfigurations
Configuration settings for customizing the behavior of the connected cluster.
arcAgentryConfigurations?: ArcAgentryConfigurations[]
Property Value
azureHybridBenefit
Indicates whether Azure Hybrid Benefit is opted in
azureHybridBenefit?: string
Property Value
string
connectivityStatus
Represents the connectivity status of the connected cluster.
connectivityStatus?: string
Property Value
string
distribution
The Kubernetes distribution running on this connected cluster.
distribution?: string
Property Value
string
distributionVersion
The Kubernetes distribution version on this connected cluster.
distributionVersion?: string
Property Value
string
gateway
Details of the gateway used by the Arc router for connectivity.
gateway?: Gateway
Property Value
infrastructure
The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
infrastructure?: string
Property Value
string
kubernetesVersion
The Kubernetes version of the connected cluster resource
kubernetesVersion?: string
Property Value
string
lastConnectivityTime
Time representing the last instance when heart beat was received from the cluster
lastConnectivityTime?: Date
Property Value
Date
managedIdentityCertificateExpirationTime
Expiration time of the managed identity certificate
managedIdentityCertificateExpirationTime?: Date
Property Value
Date
miscellaneousProperties
More properties related to the Connected Cluster
miscellaneousProperties?: Record<string, string>
Property Value
Record<string, string>
offering
Connected cluster offering
offering?: string
Property Value
string
oidcIssuerProfile
Open ID Connect (OIDC) Issuer Profile for the connected cluster.
oidcIssuerProfile?: OidcIssuerProfile
Property Value
privateLinkScopeResourceId
This is populated only if privateLinkState is enabled. The resource id of the private link scope this connected cluster is assigned to, if any.
privateLinkScopeResourceId?: string
Property Value
string
privateLinkState
Property which describes the state of private link on a connected cluster resource.
privateLinkState?: string
Property Value
string
provisioningState
Provisioning state of the connected cluster resource.
provisioningState?: string
Property Value
string
securityProfile
Security profile for the connected cluster.
securityProfile?: SecurityProfile
Property Value
totalCoreCount
Number of CPU cores present in the connected cluster resource
totalCoreCount?: number
Property Value
number
totalNodeCount
Number of nodes present in the connected cluster resource
totalNodeCount?: number
Property Value
number