VpnSiteLinkArgs

data class VpnSiteLinkArgs(val bgpProperties: Output<VpnLinkBgpSettingsArgs>? = null, val fqdn: Output<String>? = null, val id: Output<String>? = null, val ipAddress: Output<String>? = null, val linkProperties: Output<VpnLinkProviderPropertiesArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<VpnSiteLinkArgs>

VpnSiteLink Resource.

Constructors

Link copied to clipboard
constructor(bgpProperties: Output<VpnLinkBgpSettingsArgs>? = null, fqdn: Output<String>? = null, id: Output<String>? = null, ipAddress: Output<String>? = null, linkProperties: Output<VpnLinkProviderPropertiesArgs>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

The set of bgp properties.

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

FQDN of vpn-site-link.

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

Resource ID.

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

The ip-address for the vpn-site-link.

Link copied to clipboard

The link provider properties.

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

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Functions

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