Class: Google::Cloud::Connectors::V1::EgressControlConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/connectors/v1/connector_version.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#backends::String

Returns 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).



171
172
173
174
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 171

class EgressControlConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#extraction_rules::Google::Cloud::Connectors::V1::ExtractionRules

Returns Extractions Rules to extract the backends from customer provided configuration.

Returns:



171
172
173
174
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 171

class EgressControlConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end