public sealed class EgressControlConfig : IMessage<EgressControlConfig>, IEquatable<EgressControlConfig>, IDeepCloneable<EgressControlConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API 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.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEgressControlConfig\u003c/code\u003e class in the Integration Connectors v1 API defines rules for whitelisting outbound domains/hosts for connector runtime.\u003c/p\u003e\n"],["\u003cp\u003eThis class can utilize static configurations or derive rules from configurations provided by the customer in a Connection resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEgressControlConfig\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties to define static comma-separated backends (\u003ccode\u003eBackends\u003c/code\u003e) and extraction rules (\u003ccode\u003eExtractionRules\u003c/code\u003e) for dynamic configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties like \u003ccode\u003eHasBackends\u003c/code\u003e and \u003ccode\u003eOneofBackendsCase\u003c/code\u003e to check if the backends field is set, and which one-of case is applicable.\u003c/p\u003e\n"]]],[],null,[]]