KubernetesClusterDefaultNodePool

constructor(autoScalingEnabled: Boolean? = null, capacityReservationGroupId: String? = null, fipsEnabled: Boolean? = null, gpuInstance: String? = null, hostEncryptionEnabled: Boolean? = null, hostGroupId: String? = null, kubeletConfig: KubernetesClusterDefaultNodePoolKubeletConfig? = null, kubeletDiskType: String? = null, linuxOsConfig: KubernetesClusterDefaultNodePoolLinuxOsConfig? = null, maxCount: Int? = null, maxPods: Int? = null, minCount: Int? = null, name: String, nodeCount: Int? = null, nodeLabels: Map<String, String>? = null, nodeNetworkProfile: KubernetesClusterDefaultNodePoolNodeNetworkProfile? = null, nodePublicIpEnabled: Boolean? = null, nodePublicIpPrefixId: String? = null, onlyCriticalAddonsEnabled: Boolean? = null, orchestratorVersion: String? = null, osDiskSizeGb: Int? = null, osDiskType: String? = null, osSku: String? = null, podSubnetId: String? = null, proximityPlacementGroupId: String? = null, scaleDownMode: String? = null, snapshotId: String? = null, tags: Map<String, String>? = null, temporaryNameForRotation: String? = null, type: String? = null, ultraSsdEnabled: Boolean? = null, upgradeSettings: KubernetesClusterDefaultNodePoolUpgradeSettings? = null, vmSize: String, vnetSubnetId: String? = null, workloadRuntime: String? = null, zones: List<String>? = null)