Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnGatewayProperties
Packages that use VpnGatewayProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnGatewayProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnGatewayPropertiesModifier and TypeMethodDescriptionstatic VpnGatewayPropertiesVpnGatewayProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnGatewayProperties from the JsonReader.VpnGatewayProperties.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Local network gateway's BGP speaker settings.VpnGatewayProperties.withConnections(List<VpnConnectionInner> connections) Set the connections property: List of all vpn connections to the gateway.VpnGatewayProperties.withEnableBgpRouteTranslationForNat(Boolean enableBgpRouteTranslationForNat) Set the enableBgpRouteTranslationForNat property: Enable BGP routes translation for NAT on this VpnGateway.VpnGatewayProperties.withIsRoutingPreferenceInternet(Boolean isRoutingPreferenceInternet) Set the isRoutingPreferenceInternet property: Enable Routing Preference property for the Public IP Interface of the VpnGateway.VpnGatewayProperties.withNatRules(List<VpnGatewayNatRuleInner> natRules) Set the natRules property: List of all the nat Rules associated with the gateway.VpnGatewayProperties.withVirtualHub(com.azure.core.management.SubResource virtualHub) Set the virtualHub property: The VirtualHub to which the gateway belongs.VpnGatewayProperties.withVpnGatewayScaleUnit(Integer vpnGatewayScaleUnit) Set the vpnGatewayScaleUnit property: The scale unit for this vpn gateway.