DestinationRouteArgs

data class DestinationRouteArgs(val address: Output<String>, val netmask: Output<String>) : ConvertibleToJava<DestinationRouteArgs>

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 DestinationRouteArgs(address: Output<String>, netmask: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): DestinationRouteArgs

Properties

Link copied to clipboard
val address: Output<String>

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

Link copied to clipboard
val netmask: Output<String>

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