ConnectNetworkConfig class
The configuration of a Virtual Private Cloud (VPC) network that can access the Kafka Connect cluster.
Constructors
-
ConnectNetworkConfig.new({List<
String> ? additionalSubnets, List<String> ? dnsDomainNames, String? primarySubnet}) - ConnectNetworkConfig.fromJson(Map json_)
Properties
-
additionalSubnets
↔ List<
String> ? -
Additional subnets may be specified.
getter/setter pair
-
dnsDomainNames
↔ List<
String> ? -
Additional DNS domain names from the subnet's network to be made visible
to the Connect Cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- primarySubnet ↔ String?
-
VPC subnet to make available to the Kafka Connect cluster.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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