Node Template Args
fun NodeTemplateArgs(accelerators: Output<List<AcceleratorConfigArgs>>? = null, cpuOvercommitType: Output<NodeTemplateCpuOvercommitType>? = null, description: Output<String>? = null, disks: Output<List<LocalDiskArgs>>? = 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, requestId: Output<String>? = null, serverBinding: Output<ServerBindingArgs>? = null)