NodeTemplateArgs

constructor(accelerators: Output<List<NodeTemplateAcceleratorArgs>>? = null, cpuOvercommitType: Output<String>? = null, description: Output<String>? = null, disks: Output<List<NodeTemplateDiskArgs>>? = null, name: Output<String>? = null, nodeAffinityLabels: Output<Map<String, String>>? = null, nodeType: Output<String>? = null, nodeTypeFlexibility: Output<NodeTemplateNodeTypeFlexibilityArgs>? = null, project: Output<String>? = null, region: Output<String>? = null, serverBinding: Output<NodeTemplateServerBindingArgs>? = null)