GetHybridAksClusterResult

data class GetHybridAksClusterResult(val associatedNetworkIds: List<String>, val cloudServicesNetworkId: String, val clusterId: String, val controlPlaneCount: Double, val controlPlaneNodes: List<NodeConfigurationResponse>, val defaultCniNetworkId: String, val detailedStatus: String, val detailedStatusMessage: String, val extendedLocation: ExtendedLocationResponse, val hybridAksProvisionedClusterId: String, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val volumes: List<String>, val workerCount: Double, val workerNodes: List<NodeConfigurationResponse>)

The details are specific to the Network Cloud use of the Hybrid AKS cluster.

Constructors

Link copied to clipboard
constructor(associatedNetworkIds: List<String>, cloudServicesNetworkId: String, clusterId: String, controlPlaneCount: Double, controlPlaneNodes: List<NodeConfigurationResponse>, defaultCniNetworkId: String, detailedStatus: String, detailedStatusMessage: String, extendedLocation: ExtendedLocationResponse, hybridAksProvisionedClusterId: String, id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, volumes: List<String>, workerCount: Double, workerNodes: List<NodeConfigurationResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of resource IDs for the workload networks associated with the Hybrid AKS cluster. It can be any of l2Networks, l3Networks, or trunkedNetworks resources. This field will also contain one cloudServicesNetwork and one defaultCniNetwork.

Link copied to clipboard

The resource ID of the associated cloud services network.

Link copied to clipboard

The resource ID of the Network Cloud cluster hosting the Hybrid AKS cluster.

Link copied to clipboard

The number of control plane node VMs.

Link copied to clipboard

The list of node configurations detailing associated VMs that are part of the control plane nodes of this Hybrid AKS cluster.

Link copied to clipboard

The resource ID of the associated default CNI network.

Link copied to clipboard

The more detailed status of this Hybrid AKS cluster.

Link copied to clipboard

The descriptive message about the current detailed status.

Link copied to clipboard

The extended location of the cluster associated with the resource.

Link copied to clipboard

The resource ID of the Hybrid AKS cluster that this additional information is for.

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 geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the Hybrid AKS cluster resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

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

Link copied to clipboard

The resource IDs of volumes that are attached to the Hybrid AKS cluster.

Link copied to clipboard

The number of worker node VMs.

Link copied to clipboard

The list of node configurations detailing associated VMs that are part of the worker nodes of this Hybrid AKS cluster.