Uses of Class
com.azure.resourcemanager.network.models.VpnNatRuleMapping
Packages that use VpnNatRuleMapping
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnNatRuleMapping in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnNatRuleMappingModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleInner.externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRuleProperties.externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRuleInner.externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRuleProperties.externalMappings()Get the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRuleInner.internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.VirtualNetworkGatewayNatRuleProperties.internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRuleInner.internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRuleProperties.internalMappings()Get the internalMappings property: The private IP address internal mapping for NAT.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnNatRuleMappingModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleInner.withExternalMappings(List<VpnNatRuleMapping> externalMappings) Set the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRuleProperties.withExternalMappings(List<VpnNatRuleMapping> externalMappings) Set the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRuleInner.withExternalMappings(List<VpnNatRuleMapping> externalMappings) Set the externalMappings property: The private IP address external mapping for NAT.VpnGatewayNatRuleProperties.withExternalMappings(List<VpnNatRuleMapping> externalMappings) Set the externalMappings property: The private IP address external mapping for NAT.VirtualNetworkGatewayNatRuleInner.withInternalMappings(List<VpnNatRuleMapping> internalMappings) Set the internalMappings property: The private IP address internal mapping for NAT.VirtualNetworkGatewayNatRuleProperties.withInternalMappings(List<VpnNatRuleMapping> internalMappings) Set the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRuleInner.withInternalMappings(List<VpnNatRuleMapping> internalMappings) Set the internalMappings property: The private IP address internal mapping for NAT.VpnGatewayNatRuleProperties.withInternalMappings(List<VpnNatRuleMapping> internalMappings) Set the internalMappings property: The private IP address internal mapping for NAT. -
Uses of VpnNatRuleMapping in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnNatRuleMappingModifier and TypeMethodDescriptionstatic VpnNatRuleMappingVpnNatRuleMapping.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnNatRuleMapping from the JsonReader.VpnNatRuleMapping.withAddressSpace(String addressSpace) Set the addressSpace property: Address space for Vpn NatRule mapping.VpnNatRuleMapping.withPortRange(String portRange) Set the portRange property: Port range for Vpn NatRule mapping.