Node constructor

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

Implementation

Node({
  this.acceleratorConfig,
  this.acceleratorType,
  this.apiVersion,
  this.bootDiskConfig,
  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.networkConfigs,
  this.networkEndpoints,
  this.queuedResource,
  this.runtimeVersion,
  this.schedulingConfig,
  this.serviceAccount,
  this.shieldedInstanceConfig,
  this.state,
  this.symptoms,
  this.tags,
  this.upcomingMaintenance,
});