Node Group Args
constructor(az: Output<String>? = null, clusterId: Output<String>? = null, ignoreFailedNodeTasks: Output<Boolean>? = null, imageId: Output<String>? = null, ipAllocationPolicies: Output<List<NodeGroupIpAllocationPolicyArgs>>? = null, machineType: Output<String>? = null, nodeGroupDescription: Output<String>? = null, nodeGroupName: Output<String>? = null, nodes: Output<List<NodeGroupNodeArgs>>? = null, userData: Output<String>? = null, vpdSubnets: Output<List<String>>? = null, vswitchZoneId: Output<String>? = null, zoneId: Output<String>? = null)