Node Pool Args
constructor(autoscaling: Output<NodePoolAutoscalingArgs>? = null, cluster: Output<String>? = null, initialNodeCount: Output<Int>? = null, location: Output<String>? = null, management: Output<NodePoolManagementArgs>? = null, maxPodsPerNode: Output<Int>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, networkConfig: Output<NodePoolNetworkConfigArgs>? = null, nodeConfig: Output<NodePoolNodeConfigArgs>? = null, nodeCount: Output<Int>? = null, nodeLocations: Output<List<String>>? = null, placementPolicy: Output<NodePoolPlacementPolicyArgs>? = null, project: Output<String>? = null, queuedProvisioning: Output<NodePoolQueuedProvisioningArgs>? = null, upgradeSettings: Output<NodePoolUpgradeSettingsArgs>? = null, version: Output<String>? = null)