VpnSiteLink

data class VpnSiteLink(val bgp: VpnSiteLinkBgp? = null, val fqdn: String? = null, val id: String? = null, val ipAddress: String? = null, val name: String, val providerName: String? = null, val speedInMbps: Int? = null)

Constructors

Link copied to clipboard
constructor(bgp: VpnSiteLinkBgp? = null, fqdn: String? = null, id: String? = null, ipAddress: String? = null, name: String, providerName: String? = null, speedInMbps: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bgp: VpnSiteLinkBgp? = null

A bgp block as defined above.

Link copied to clipboard
val fqdn: String? = null

The FQDN of this VPN Site Link.

Link copied to clipboard
val id: String? = null

The ID of the VPN Site Link.

Link copied to clipboard
val ipAddress: String? = null

The IP address of this VPN Site Link.

Link copied to clipboard

The name which should be used for this VPN Site Link.

Link copied to clipboard
val providerName: String? = null

The name of the physical link at the VPN Site. Example: ATT, Verizon.

Link copied to clipboard
val speedInMbps: Int? = null

The speed of the VPN device at the branch location in unit of mbps. Defaults to 0.