NodeTemplate constructor
NodeTemplate({
- List<
AcceleratorConfig> accelerators = const [], - String? cpuOvercommitType,
- String? creationTimestamp,
- String? description,
- List<
LocalDisk> disks = const [], - BigInt? id,
- String? kind,
- String? name,
- Map<
String, String> nodeAffinityLabels = const {}, - String? nodeType,
- NodeTemplateNodeTypeFlexibility? nodeTypeFlexibility,
- String? region,
- String? selfLink,
- ServerBinding? serverBinding,
- String? status,
- 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);