Get Vpn Site Result
data class GetVpnSiteResult(val addressSpace: AddressSpaceResponse? = null, val azureApiVersion: String, 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, azureApiVersion: String, 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)
Properties
Link copied to clipboard
The AddressSpace that contains an array of IP address ranges.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The set of bgp properties.
Link copied to clipboard
The device properties.
Link copied to clipboard
IsSecuritySite flag.
Link copied to clipboard
Office365 Policy.
Link copied to clipboard
The provisioning state of the VPN site resource.
Link copied to clipboard
The VirtualWAN to which the vpnSite belongs.
Link copied to clipboard
List of all vpn site links.