NodeTemplate constructor

NodeTemplate({
  1. List<AcceleratorConfig> accelerators = const [],
  2. String? cpuOvercommitType,
  3. String? creationTimestamp,
  4. String? description,
  5. List<LocalDisk> disks = const [],
  6. BigInt? id,
  7. String? kind,
  8. String? name,
  9. Map<String, String> nodeAffinityLabels = const {},
  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 = const [],
  this.cpuOvercommitType,
  this.creationTimestamp,
  this.description,
  this.disks = const [],
  this.id,
  this.kind,
  this.name,
  this.nodeAffinityLabels = const {},
  this.nodeType,
  this.nodeTypeFlexibility,
  this.region,
  this.selfLink,
  this.serverBinding,
  this.status,
  this.statusMessage,
}) : super(fullyQualifiedName);