EgressControlConfig class
Egress control config for connector runtime.
These configurations define the rules to identify which outbound domains/hosts needs to be whitelisted. It may be a static information for a particular connector version or it is derived from the configurations provided by the customer in Connection resource.
Constructors
- EgressControlConfig({String? backends, ExtractionRules? extractionRules})
- EgressControlConfig.fromJson(Map json_)
Properties
- backends ↔ String?
-
Static Comma separated backends which are common for all Connection
resources.
getter/setter pair
- extractionRules ↔ ExtractionRules?
-
Extractions Rules to extract the backends from customer provided
configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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