Class NetworkFeatures

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

public final class NetworkFeatures extends com.azure.core.util.ExpandableStringEnum<NetworkFeatures>
Network features Network features available to the volume, or current state of update.
  • Field Details

    • BASIC

      public static final NetworkFeatures BASIC
      Static value Basic for NetworkFeatures.
    • STANDARD

      public static final NetworkFeatures STANDARD
      Static value Standard for NetworkFeatures.
    • BASIC_STANDARD

      public static final NetworkFeatures BASIC_STANDARD
      Static value Basic_Standard for NetworkFeatures.
    • STANDARD_BASIC

      public static final NetworkFeatures STANDARD_BASIC
      Static value Standard_Basic for NetworkFeatures.
  • Constructor Details

    • NetworkFeatures

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

    • fromString

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

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