VpnSiteLinkArgs

data class VpnSiteLinkArgs(val bgp: Output<VpnSiteLinkBgpArgs>? = null, val fqdn: Output<String>? = null, val id: Output<String>? = null, val ipAddress: Output<String>? = null, val name: Output<String>, val providerName: Output<String>? = null, val speedInMbps: Output<Int>? = null) : ConvertibleToJava<VpnSiteLinkArgs>

Constructors

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

Properties

Link copied to clipboard
val bgp: Output<VpnSiteLinkBgpArgs>? = null

A bgp block as defined above.

Link copied to clipboard
val fqdn: Output<String>? = null

The FQDN of this VPN Site Link.

Link copied to clipboard
val id: Output<String>? = null

The ID of the VPN Site Link.

Link copied to clipboard
val ipAddress: Output<String>? = null

The IP address of this VPN Site Link.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val providerName: Output<String>? = null

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

Link copied to clipboard
val speedInMbps: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VpnSiteLinkArgs