Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnSiteProperties
Packages that use VpnSiteProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnSiteProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnSitePropertiesModifier and TypeMethodDescriptionstatic VpnSitePropertiesVpnSiteProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnSiteProperties from the JsonReader.VpnSiteProperties.withAddressSpace(AddressSpace addressSpace) Set the addressSpace property: The AddressSpace that contains an array of IP address ranges.VpnSiteProperties.withBgpProperties(BgpSettings bgpProperties) Set the bgpProperties property: The set of bgp properties.VpnSiteProperties.withDeviceProperties(DeviceProperties deviceProperties) Set the deviceProperties property: The device properties.VpnSiteProperties.withIpAddress(String ipAddress) Set the ipAddress property: The ip-address for the vpn-site.VpnSiteProperties.withIsSecuritySite(Boolean isSecuritySite) Set the isSecuritySite property: IsSecuritySite flag.VpnSiteProperties.withO365Policy(O365PolicyProperties o365Policy) Set the o365Policy property: Office365 Policy.VpnSiteProperties.withSiteKey(String siteKey) Set the siteKey property: The key for vpn-site that can be used for connections.VpnSiteProperties.withVirtualWan(com.azure.core.management.SubResource virtualWan) Set the virtualWan property: The VirtualWAN to which the vpnSite belongs.VpnSiteProperties.withVpnSiteLinks(List<VpnSiteLinkInner> vpnSiteLinks) Set the vpnSiteLinks property: List of all vpn site links.