Cluster constructor
Cluster({
- Map<
String, ComputeResource> ? computeResources, - String? createTime,
- String? description,
- Map<
String, String> ? labels, - String? name,
- Map<
String, NetworkResource> ? networkResources, - Orchestrator? orchestrator,
- bool? reconciling,
- Map<
String, StorageResource> ? storageResources, - String? updateTime,
Implementation
Cluster({
this.computeResources,
this.createTime,
this.description,
this.labels,
this.name,
this.networkResources,
this.orchestrator,
this.reconciling,
this.storageResources,
this.updateTime,
});