Class NatGatewaySkuName

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

public final class NatGatewaySkuName extends com.azure.core.util.ExpandableStringEnum<NatGatewaySkuName>
Name of Nat Gateway SKU.
  • Field Details

    • STANDARD

      public static final NatGatewaySkuName STANDARD
      Static value Standard for NatGatewaySkuName.
  • Constructor Details

    • NatGatewaySkuName

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

    • fromString

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

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