Node Pool Args
constructor(cluster: Output<String>? = null, labels: Output<Map<String, String>>? = null, localDiskEncryption: Output<NodePoolLocalDiskEncryptionArgs>? = null, location: Output<String>? = null, machineFilter: Output<String>? = null, name: Output<String>? = null, nodeConfig: Output<NodePoolNodeConfigArgs>? = null, nodeCount: Output<Int>? = null, nodeLocation: Output<String>? = null, project: Output<String>? = null)