BeyondCorp Client Connector Services v1 API - Class ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute (1.1.0)

public sealed class ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute : IMessage<ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute>, IEquatable<ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute>, IDeepCloneable<ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute>, IBufferMessage, IMessage

Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute.

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

Inheritance

object > ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute

Namespace

Google.Cloud.BeyondCorp.ClientConnectorServices.V1

Assembly

Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll

Constructors

DestinationRoute()

public DestinationRoute()

DestinationRoute(DestinationRoute)

public DestinationRoute(ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute other)
Parameter
NameDescription
otherClientConnectorServiceTypesIngressTypesConfigTypesDestinationRoute

Properties

Address

public string Address { get; set; }

Required. The network address of the subnet for which the packet is routed to the ClientGateway.

Property Value
TypeDescription
string

Netmask

public string Netmask { get; set; }

Required. The network mask of the subnet for which the packet is routed to the ClientGateway.

Property Value
TypeDescription
string