ConnectCluster class
An Apache Kafka Connect cluster deployed in a location.
Constructors
-
ConnectCluster.new({CapacityConfig? capacityConfig, Map<
String, String> ? config, String? createTime, ConnectGcpConfig? gcpConfig, String? kafkaCluster, Map<String, String> ? labels, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? state, String? updateTime}) - ConnectCluster.fromJson(Map json_)
Properties
- capacityConfig ↔ CapacityConfig?
-
Capacity configuration for the Kafka Connect cluster.
getter/setter pair
-
config
↔ Map<
String, String> ? -
Configurations for the worker that are overridden from the defaults.
getter/setter pair
- createTime ↔ String?
-
The time when the cluster was created.
getter/setter pair
- gcpConfig ↔ ConnectGcpConfig?
-
Configuration properties for a Kafka Connect cluster deployed to Google
Cloud Platform.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kafkaCluster ↔ String?
-
The name of the Kafka cluster this Kafka Connect cluster is attached to.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels as key value pairs.
getter/setter pair
- name ↔ String?
-
Identifier.
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
- 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