GetVpnSiteResult

data class GetVpnSiteResult(val addressSpace: AddressSpaceResponse? = null, val bgpProperties: BgpSettingsResponse? = null, val deviceProperties: DevicePropertiesResponse? = null, val etag: String, val id: String? = null, val ipAddress: String? = null, val isSecuritySite: Boolean? = null, val location: String, val name: String, val o365Policy: O365PolicyPropertiesResponse? = null, val provisioningState: String, val siteKey: String? = null, val tags: Map<String, String>? = null, val type: String, val virtualWan: SubResourceResponse? = null, val vpnSiteLinks: List<VpnSiteLinkResponse>? = null)

VpnSite Resource.

Constructors

Link copied to clipboard
constructor(addressSpace: AddressSpaceResponse? = null, bgpProperties: BgpSettingsResponse? = null, deviceProperties: DevicePropertiesResponse? = null, etag: String, id: String? = null, ipAddress: String? = null, isSecuritySite: Boolean? = null, location: String, name: String, o365Policy: O365PolicyPropertiesResponse? = null, provisioningState: String, siteKey: String? = null, tags: Map<String, String>? = null, type: String, virtualWan: SubResourceResponse? = null, vpnSiteLinks: List<VpnSiteLinkResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AddressSpace that contains an array of IP address ranges.

Link copied to clipboard

The set of bgp properties.

Link copied to clipboard

The device properties.

Link copied to clipboard

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

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 copied to clipboard
val isSecuritySite: Boolean? = null

IsSecuritySite flag.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Office365 Policy.

Link copied to clipboard

The provisioning state of the VPN site resource.

Link copied to clipboard
val siteKey: String? = null

The key for vpn-site that can be used for connections.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

The VirtualWAN to which the vpnSite belongs.

Link copied to clipboard

List of all vpn site links.