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? accessMode, ExtractionRules? additionalExtractionRules, List<String>? allowlistedProjectNumbers, String? backends, ExtractionRules? extractionRules, String? launchEnvironment})
EgressControlConfig.fromJson(Map json_)

Properties

accessMode String?
Access mode for egress control.
getter/setter pair
additionalExtractionRules ExtractionRules?
Additional extraction rules to identity the backends from customer provided configuration in Connection resource.
getter/setter pair
allowlistedProjectNumbers List<String>?
Used when access_mode is RESTRICTED or ACCESS_MODE_UNSPECIFIED.
getter/setter pair
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
launchEnvironment String?
Launch environment for egress control. Possible string values are:
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