DestinationRouteResponse

data class DestinationRouteResponse(val address: String, val netmask: String)

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

Constructors

Link copied to clipboard
fun DestinationRouteResponse(address: String, netmask: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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