GetVpnConnectionResult

data class GetVpnConnectionResult(val tags: List<Tag>? = null, val vpnConnectionId: String? = null)

Constructors

Link copied to clipboard
constructor(tags: List<Tag>? = null, vpnConnectionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tags: List<Tag>? = null

Any tags assigned to the VPN connection.

Link copied to clipboard
val vpnConnectionId: String? = null

The ID of the VPN connection.