NodeTemplate constructor

NodeTemplate({
  1. List<AcceleratorConfig>? accelerators,
  2. String? cpuOvercommitType,
  3. String? creationTimestamp,
  4. String? description,
  5. List<LocalDisk>? disks,
  6. String? id,
  7. String? kind,
  8. String? name,
  9. Map<String, String>? nodeAffinityLabels,
  10. String? nodeType,
  11. NodeTemplateNodeTypeFlexibility? nodeTypeFlexibility,
  12. String? region,
  13. String? selfLink,
  14. ServerBinding? serverBinding,
  15. String? status,
  16. String? statusMessage,
})

Implementation

NodeTemplate({
  this.accelerators,
  this.cpuOvercommitType,
  this.creationTimestamp,
  this.description,
  this.disks,
  this.id,
  this.kind,
  this.name,
  this.nodeAffinityLabels,
  this.nodeType,
  this.nodeTypeFlexibility,
  this.region,
  this.selfLink,
  this.serverBinding,
  this.status,
  this.statusMessage,
});