Get Cluster Node Pool Result
data class GetClusterNodePoolResult(val enableAutoScaling: Boolean, val enableNodePublicIp: Boolean, val evictionPolicy: String, val id: String, val kubernetesClusterName: String, val maxCount: Int, val maxPods: Int, val minCount: Int, val mode: String, val name: String, val nodeCount: Int, val nodeLabels: Map<String, String>, val nodePublicIpPrefixId: String, val nodeTaints: List<String>, val orchestratorVersion: String, val osDiskSizeGb: Int, val osDiskType: String, val osType: String, val priority: String, val proximityPlacementGroupId: String, val resourceGroupName: String, val spotMaxPrice: Double, val tags: Map<String, String>, val upgradeSettings: List<GetClusterNodePoolUpgradeSetting>, val vmSize: String, val vnetSubnetId: String, val zones: List<String>)
A collection of values returned by getClusterNodePool.
Constructors
Link copied to clipboard
fun GetClusterNodePoolResult(enableAutoScaling: Boolean, enableNodePublicIp: Boolean, evictionPolicy: String, id: String, kubernetesClusterName: String, maxCount: Int, maxPods: Int, minCount: Int, mode: String, name: String, nodeCount: Int, nodeLabels: Map<String, String>, nodePublicIpPrefixId: String, nodeTaints: List<String>, orchestratorVersion: String, osDiskSizeGb: Int, osDiskType: String, osType: String, priority: String, proximityPlacementGroupId: String, resourceGroupName: String, spotMaxPrice: Double, tags: Map<String, String>, upgradeSettings: List<GetClusterNodePoolUpgradeSetting>, vmSize: String, vnetSubnetId: String, zones: List<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