Uses of Class
com.azure.resourcemanager.network.fluent.models.P2SVpnGatewayProperties
Packages that use P2SVpnGatewayProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of P2SVpnGatewayProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return P2SVpnGatewayPropertiesModifier and TypeMethodDescriptionstatic P2SVpnGatewayPropertiesP2SVpnGatewayProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of P2SVpnGatewayProperties from the JsonReader.P2SVpnGatewayProperties.withCustomDnsServers(List<String> customDnsServers) Set the customDnsServers property: List of all customer specified DNS servers IP addresses.P2SVpnGatewayProperties.withIsRoutingPreferenceInternet(Boolean isRoutingPreferenceInternet) Set the isRoutingPreferenceInternet property: Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.P2SVpnGatewayProperties.withP2SConnectionConfigurations(List<P2SConnectionConfiguration> p2SConnectionConfigurations) Set the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.P2SVpnGatewayProperties.withVirtualHub(com.azure.core.management.SubResource virtualHub) Set the virtualHub property: The VirtualHub to which the gateway belongs.P2SVpnGatewayProperties.withVpnGatewayScaleUnit(Integer vpnGatewayScaleUnit) Set the vpnGatewayScaleUnit property: The scale unit for this p2s vpn gateway.P2SVpnGatewayProperties.withVpnServerConfiguration(com.azure.core.management.SubResource vpnServerConfiguration) Set the vpnServerConfiguration property: The VpnServerConfiguration to which the p2sVpnGateway is attached to.