Cluster constructor

Cluster({
  1. CapacityConfig? capacityConfig,
  2. String? createTime,
  3. GcpConfig? gcpConfig,
  4. Map<String, String>? labels,
  5. String? name,
  6. RebalanceConfig? rebalanceConfig,
  7. bool? satisfiesPzi,
  8. bool? satisfiesPzs,
  9. String? state,
  10. TlsConfig? tlsConfig,
  11. UpdateOptions? updateOptions,
  12. 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,
});