Get Hybrid Aks Cluster Result
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
fun GetHybridAksClusterResult(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
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