ComputeInstanceSlurmNodeSet constructor

ComputeInstanceSlurmNodeSet({
  1. BootDisk? bootDisk,
  2. Map<String, String>? labels,
  3. String? startupScript,
})

Implementation

ComputeInstanceSlurmNodeSet({this.bootDisk, this.labels, this.startupScript});