Connectors V1 API - Class Google::Cloud::Connectors::V1::EgressControlConfig (v0.1.0)

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
Returns
  • (::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).

#backends=

def backends=(value) -> ::String
Parameter
  • 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).
Returns
  • (::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).

#extraction_rules

def extraction_rules() -> ::Google::Cloud::Connectors::V1::ExtractionRules
Returns

#extraction_rules=

def extraction_rules=(value) -> ::Google::Cloud::Connectors::V1::ExtractionRules
Parameter
Returns