public sealed class ClientConnectorService.Types.Ingress : IMessage<ClientConnectorService.Types.Ingress>, IEquatable<ClientConnectorService.Types.Ingress>, IDeepCloneable<ClientConnectorService.Types.Ingress>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorService.Types.Ingress.
Settings of how to connect to the ClientGateway.
One of the following options should be set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["This documentation provides reference information for the `ClientConnectorService.Types.Ingress` class within the BeyondCorp Client Connector Services v1 API."],["The `ClientConnectorService.Types.Ingress` class defines settings for connecting to the ClientGateway, with only one connection option able to be set at a time."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors, `Ingress()` and `Ingress(ClientConnectorService.Types.Ingress other)`, for creating new instances."],["The class has properties including `Config`, which represents the basic ingress configuration for ClientGateways, and `IngressConfigCase`, which represents the type for the connection, for which only one can be selected."]]],[]]