Uses of Class
com.azure.resourcemanager.network.models.VpnNatRuleMode
Packages that use VpnNatRuleMode
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnNatRuleMode in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnNatRuleModeModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleInner.mode()Get the mode property: The Source NAT direction of a VPN NAT.VirtualNetworkGatewayNatRuleProperties.mode()Get the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRuleInner.mode()Get the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRuleProperties.mode()Get the mode property: The Source NAT direction of a VPN NAT.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnNatRuleModeModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleInner.withMode(VpnNatRuleMode mode) Set the mode property: The Source NAT direction of a VPN NAT.VirtualNetworkGatewayNatRuleProperties.withMode(VpnNatRuleMode mode) Set the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRuleInner.withMode(VpnNatRuleMode mode) Set the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRuleProperties.withMode(VpnNatRuleMode mode) Set the mode property: The Source NAT direction of a VPN NAT. -
Uses of VpnNatRuleMode in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnNatRuleModeModifier and TypeFieldDescriptionstatic final VpnNatRuleModeVpnNatRuleMode.EGRESS_SNATStatic value EgressSnat for VpnNatRuleMode.static final VpnNatRuleModeVpnNatRuleMode.INGRESS_SNATStatic value IngressSnat for VpnNatRuleMode.Methods in com.azure.resourcemanager.network.models that return VpnNatRuleModeModifier and TypeMethodDescriptionstatic VpnNatRuleModeVpnNatRuleMode.fromString(String name) Creates or finds a VpnNatRuleMode from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnNatRuleModeModifier and TypeMethodDescriptionstatic Collection<VpnNatRuleMode> VpnNatRuleMode.values()Gets known VpnNatRuleMode values.