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.
Implements
IMessageClientConnectorServiceTypesIngressTypesConfigTypesDestinationRoute, IEquatableClientConnectorServiceTypesIngressTypesConfigTypesDestinationRoute, IDeepCloneableClientConnectorServiceTypesIngressTypesConfigTypesDestinationRoute, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.ClientConnectorServices.V1Assembly
Google.Cloud.BeyondCorp.ClientConnectorServices.V1.dll
Constructors
DestinationRoute()
public DestinationRoute()
DestinationRoute(DestinationRoute)
public DestinationRoute(ClientConnectorService.Types.Ingress.Types.Config.Types.DestinationRoute other)
Parameter | |
---|---|
Name | Description |
other | ClientConnectorServiceTypesIngressTypesConfigTypesDestinationRoute |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |