Class VpnNatRuleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<VpnNatRuleType>
com.azure.resourcemanager.network.models.VpnNatRuleType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class VpnNatRuleType extends com.azure.core.util.ExpandableStringEnum<VpnNatRuleType>
The type of NAT rule for VPN NAT.
  • Field Details

    • STATIC

      public static final VpnNatRuleType STATIC
      Static value Static for VpnNatRuleType.
    • DYNAMIC

      public static final VpnNatRuleType DYNAMIC
      Static value Dynamic for VpnNatRuleType.
  • Constructor Details

    • VpnNatRuleType

      @Deprecated public VpnNatRuleType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of VpnNatRuleType value.
  • Method Details

    • fromString

      public static VpnNatRuleType fromString(String name)
      Creates or finds a VpnNatRuleType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding VpnNatRuleType.
    • values

      public static Collection<VpnNatRuleType> values()
      Gets known VpnNatRuleType values.
      Returns:
      known VpnNatRuleType values.