VpnSiteLinkResponse

data class VpnSiteLinkResponse(val bgpProperties: VpnLinkBgpSettingsResponse? = null, val etag: String, val fqdn: String? = null, val id: String? = null, val ipAddress: String? = null, val linkProperties: VpnLinkProviderPropertiesResponse? = null, val name: String? = null, val provisioningState: String, val type: String)

VpnSiteLink Resource.

Constructors

Link copied to clipboard
constructor(bgpProperties: VpnLinkBgpSettingsResponse? = null, etag: String, fqdn: String? = null, id: String? = null, ipAddress: String? = null, linkProperties: VpnLinkProviderPropertiesResponse? = null, name: String? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of bgp properties.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val fqdn: String? = null

FQDN of vpn-site-link.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val ipAddress: String? = null

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

Link copied to clipboard

The link provider properties.

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard

The provisioning state of the VPN site link resource.

Link copied to clipboard

Resource type.