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