Class 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.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class EgressControlConfig : IDirectResponseSchema
Properties
Backends
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).
Declaration
[JsonProperty("backends")]
public virtual string Backends { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtractionRules
Extractions Rules to extract the backends from customer provided configuration.
Declaration
[JsonProperty("extractionRules")]
public virtual ExtractionRules ExtractionRules { get; set; }
Property Value
Type | Description |
---|---|
ExtractionRules |