Class VpnNatRuleType


  • public final class VpnNatRuleType
    extends com.azure.core.util.ExpandableStringEnum<VpnNatRuleType>
    Defines values for VpnNatRuleType.
    • Field Detail

      • STATIC

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

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

      • VpnNatRuleType

        public VpnNatRuleType()
    • Method Detail

      • 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.