ClusterNodePoolArgs

constructor(autoscaling: Output<ClusterNodePoolAutoscalingArgs>? = null, initialNodeCount: Output<Int>? = null, instanceGroupUrls: Output<List<String>>? = null, managedInstanceGroupUrls: Output<List<String>>? = null, management: Output<ClusterNodePoolManagementArgs>? = null, maxPodsPerNode: Output<Int>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, networkConfig: Output<ClusterNodePoolNetworkConfigArgs>? = null, nodeConfig: Output<ClusterNodePoolNodeConfigArgs>? = null, nodeCount: Output<Int>? = null, nodeLocations: Output<List<String>>? = null, placementPolicy: Output<ClusterNodePoolPlacementPolicyArgs>? = null, queuedProvisioning: Output<ClusterNodePoolQueuedProvisioningArgs>? = null, upgradeSettings: Output<ClusterNodePoolUpgradeSettingsArgs>? = null, version: Output<String>? = null)