Node constructor
Node({
- String? acceleratorType,
- String? apiVersion,
- String? cidrBlock,
- String? createTime,
- List<
AttachedDisk> ? dataDisks, - String? description,
- String? health,
- String? healthDescription,
- String? id,
- Map<
String, String> ? labels, - Map<
String, String> ? metadata, - String? name,
- NetworkConfig? networkConfig,
- List<
NetworkEndpoint> ? networkEndpoints, - String? runtimeVersion,
- SchedulingConfig? schedulingConfig,
- ServiceAccount? serviceAccount,
- String? state,
- List<
Symptom> ? symptoms, - List<
String> ? tags,
Implementation
Node({
this.acceleratorType,
this.apiVersion,
this.cidrBlock,
this.createTime,
this.dataDisks,
this.description,
this.health,
this.healthDescription,
this.id,
this.labels,
this.metadata,
this.name,
this.networkConfig,
this.networkEndpoints,
this.runtimeVersion,
this.schedulingConfig,
this.serviceAccount,
this.state,
this.symptoms,
this.tags,
});