Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnGatewayNatRuleProperties
Packages that use VpnGatewayNatRuleProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnGatewayNatRuleProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnGatewayNatRulePropertiesModifier and TypeMethodDescriptionstatic VpnGatewayNatRulePropertiesVpnGatewayNatRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnGatewayNatRuleProperties from the JsonReader.VpnGatewayNatRuleProperties.withExternalMappings(List<VpnNatRuleMapping> externalMappings) Set the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRuleProperties.withInternalMappings(List<VpnNatRuleMapping> internalMappings) Set the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRuleProperties.withIpConfigurationId(String ipConfigurationId) Set the ipConfigurationId property: The IP Configuration ID this NAT rule applies to.VpnGatewayNatRuleProperties.withMode(VpnNatRuleMode mode) Set the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRuleProperties.withType(VpnNatRuleType type) Set the type property: The type of NAT rule for VPN NAT.