Cluster constructor
Cluster({
- CapacityConfig? capacityConfig,
- String? createTime,
- GcpConfig? gcpConfig,
- Map<
String, String> ? labels, - String? name,
- RebalanceConfig? rebalanceConfig,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- TlsConfig? tlsConfig,
- UpdateOptions? updateOptions,
- String? updateTime,
Implementation
Cluster({
this.capacityConfig,
this.createTime,
this.gcpConfig,
this.labels,
this.name,
this.rebalanceConfig,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.tlsConfig,
this.updateOptions,
this.updateTime,
});