VpnConnectionRoute

data class VpnConnectionRoute(val destinationCidrBlock: String? = null, val source: String? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(destinationCidrBlock: String? = null, source: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CIDR block associated with the local subnet of the customer data center.

Link copied to clipboard
val source: String? = null

Indicates how the routes were provided.

Link copied to clipboard
val state: String? = null

The current state of the static route.