Uses of Class
com.azure.resourcemanager.network.models.VpnNatRuleMode
-
Packages that use VpnNatRuleMode Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnNatRuleMode Modifier and Type Method Description VpnNatRuleModeVirtualNetworkGatewayNatRuleInner. mode()Get the mode property: The Source NAT direction of a VPN NAT.VpnNatRuleModeVirtualNetworkGatewayNatRuleProperties. mode()Get the mode property: The Source NAT direction of a VPN NAT.VpnNatRuleModeVpnGatewayNatRuleInner. mode()Get the mode property: The Source NAT direction of a VPN NAT.VpnNatRuleModeVpnGatewayNatRuleProperties. 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 VpnNatRuleMode Modifier and Type Method Description VirtualNetworkGatewayNatRuleInnerVirtualNetworkGatewayNatRuleInner. withMode(VpnNatRuleMode mode)Set the mode property: The Source NAT direction of a VPN NAT.VirtualNetworkGatewayNatRulePropertiesVirtualNetworkGatewayNatRuleProperties. withMode(VpnNatRuleMode mode)Set the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRuleInnerVpnGatewayNatRuleInner. withMode(VpnNatRuleMode mode)Set the mode property: The Source NAT direction of a VPN NAT.VpnGatewayNatRulePropertiesVpnGatewayNatRuleProperties. 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 VpnNatRuleMode Modifier and Type Field Description static VpnNatRuleModeVpnNatRuleMode. EGRESS_SNATStatic value EgressSnat for VpnNatRuleMode.static VpnNatRuleModeVpnNatRuleMode. INGRESS_SNATStatic value IngressSnat for VpnNatRuleMode.Methods in com.azure.resourcemanager.network.models that return VpnNatRuleMode Modifier and Type Method Description static 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 VpnNatRuleMode Modifier and Type Method Description static Collection<VpnNatRuleMode>VpnNatRuleMode. values()
-