ClientVpnRoute

Information about a Client VPN endpoint route.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Client VPN endpoint with which the route is associated.

Link copied to clipboard

A brief description of the route.

Link copied to clipboard

The IPv4 address range, in CIDR notation, of the route destination.

Link copied to clipboard

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

Link copied to clipboard

The current state of the route.

Link copied to clipboard

The ID of the subnet through which traffic is routed.

Link copied to clipboard
val type: String?

The route type.

Functions

Link copied to clipboard
inline fun copy(block: ClientVpnRoute.Builder.() -> Unit = {}): ClientVpnRoute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String