Class Config (0.4.9)

Config(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The basic ingress config for ClientGateways.

Attributes

NameDescription
transport_protocol google.cloud.beyondcorp_clientconnectorservices_v1.types.ClientConnectorService.Ingress.Config.TransportProtocol
Required. Immutable. The transport protocol used between the client and the server.
destination_routes MutableSequence[google.cloud.beyondcorp_clientconnectorservices_v1.types.ClientConnectorService.Ingress.Config.DestinationRoute]
Required. The settings used to configure basic ClientGateways.

Classes

DestinationRoute

DestinationRoute(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The setting used to configure ClientGateways. It is adding routes to the client's routing table after the connection is established.

TransportProtocol

TransportProtocol(value)

The protocol used to connect to the server.

Values: TRANSPORT_PROTOCOL_UNSPECIFIED (0): Default value. This value is unused. TCP (1): TCP protocol.