Cluster class

An Apache Kafka cluster deployed in a location.

Constructors

Cluster.new({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})
Cluster.fromJson(Map json_)

Properties

capacityConfig CapacityConfig?
Capacity configuration for the Kafka cluster.
getter/setter pair
createTime String?
The time when the cluster was created.
getter/setter pair
gcpConfig GcpConfig?
Configuration properties for a Kafka cluster deployed to Google Cloud Platform.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels as key value pairs.
getter/setter pair
name String?
Identifier.
getter/setter pair
rebalanceConfig RebalanceConfig?
Rebalance configuration for the Kafka cluster.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool?
Reserved for future use.
getter/setter pair
satisfiesPzs bool?
Reserved for future use.
getter/setter pair
state String?
The current state of the cluster.
getter/setter pair
tlsConfig TlsConfig?
TLS configuration for the Kafka cluster.
getter/setter pair
updateOptions UpdateOptions?
UpdateOptions represents options that control how updates to the cluster are applied.
getter/setter pair
updateTime String?
The time when the cluster was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited