Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::EgressControlConfig.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backends
def backends() -> ::String
-
(::String) — Static Comma separated backends which are common for all Connection
resources. Supported formats for each backend are host:port or just
host (host can be ip address or domain name).
Note: The following fields are mutually exclusive:
backends
,extraction_rules
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#backends=
def backends=(value) -> ::String
-
value (::String) — Static Comma separated backends which are common for all Connection
resources. Supported formats for each backend are host:port or just
host (host can be ip address or domain name).
Note: The following fields are mutually exclusive:
backends
,extraction_rules
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Static Comma separated backends which are common for all Connection
resources. Supported formats for each backend are host:port or just
host (host can be ip address or domain name).
Note: The following fields are mutually exclusive:
backends
,extraction_rules
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#extraction_rules
def extraction_rules() -> ::Google::Cloud::Connectors::V1::ExtractionRules
-
(::Google::Cloud::Connectors::V1::ExtractionRules) — Extractions Rules to extract the backends from customer provided
configuration.
Note: The following fields are mutually exclusive:
extraction_rules
,backends
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#extraction_rules=
def extraction_rules=(value) -> ::Google::Cloud::Connectors::V1::ExtractionRules
-
value (::Google::Cloud::Connectors::V1::ExtractionRules) — Extractions Rules to extract the backends from customer provided
configuration.
Note: The following fields are mutually exclusive:
extraction_rules
,backends
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Connectors::V1::ExtractionRules) — Extractions Rules to extract the backends from customer provided
configuration.
Note: The following fields are mutually exclusive:
extraction_rules
,backends
. If a field in that set is populated, all other fields in the set will automatically be cleared.