Gke Node Config Args
constructor(accelerators: Output<List<GkeNodePoolAcceleratorConfigArgs>>? = null, bootDiskKmsKey: Output<String>? = null, localSsdCount: Output<Int>? = null, machineType: Output<String>? = null, minCpuPlatform: Output<String>? = null, preemptible: Output<Boolean>? = null, spot: Output<Boolean>? = null)