Class NetworkFeatures

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NetworkFeatures>
com.azure.resourcemanager.netapp.models.NetworkFeatures

public final class NetworkFeatures extends com.azure.core.util.ExpandableStringEnum<NetworkFeatures>
Network features

Basic network, or Standard features available to the volume.

  • Field Details

    • BASIC

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

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

    • NetworkFeatures

      public NetworkFeatures()
  • 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.