Node constructor

Node({
  1. AcceleratorConfig? acceleratorConfig,
  2. String? acceleratorType,
  3. String? apiVersion,
  4. String? cidrBlock,
  5. String? createTime,
  6. List<AttachedDisk>? dataDisks,
  7. String? description,
  8. String? health,
  9. String? healthDescription,
  10. String? id,
  11. Map<String, String>? labels,
  12. Map<String, String>? metadata,
  13. bool? multisliceNode,
  14. String? name,
  15. NetworkConfig? networkConfig,
  16. List<NetworkEndpoint>? networkEndpoints,
  17. String? queuedResource,
  18. String? runtimeVersion,
  19. SchedulingConfig? schedulingConfig,
  20. ServiceAccount? serviceAccount,
  21. ShieldedInstanceConfig? shieldedInstanceConfig,
  22. String? state,
  23. List<Symptom>? symptoms,
  24. List<String>? tags,
})

Implementation

Node({
  this.acceleratorConfig,
  this.acceleratorType,
  this.apiVersion,
  this.cidrBlock,
  this.createTime,
  this.dataDisks,
  this.description,
  this.health,
  this.healthDescription,
  this.id,
  this.labels,
  this.metadata,
  this.multisliceNode,
  this.name,
  this.networkConfig,
  this.networkEndpoints,
  this.queuedResource,
  this.runtimeVersion,
  this.schedulingConfig,
  this.serviceAccount,
  this.shieldedInstanceConfig,
  this.state,
  this.symptoms,
  this.tags,
});