VpnConnectionDetail

data class VpnConnectionDetail(val cloudRouters: List<VpnConnectionDetailCloudRouter>? = null, val cloudVpns: List<VpnConnectionDetailCloudVpn>? = null, val error: String? = null, val state: String? = null)

Constructors

Link copied to clipboard
constructor(cloudRouters: List<VpnConnectionDetailCloudRouter>? = null, cloudVpns: List<VpnConnectionDetailCloudVpn>? = null, error: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) The Cloud Router info. Structure is documented below.

Link copied to clipboard

(Output) Each connection has multiple Cloud VPN gateways. Structure is documented below.

Link copied to clipboard
val error: String? = null

(Output) The error message. This is only populated when state=ERROR.

Link copied to clipboard
val state: String? = null

(Output) The current connection state.