Class AvsDataStore

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

public final class AvsDataStore extends com.azure.core.util.ExpandableStringEnum<AvsDataStore>
avsDataStore

Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.

  • Field Details

    • ENABLED

      public static final AvsDataStore ENABLED
      Static value Enabled for AvsDataStore.
    • DISABLED

      public static final AvsDataStore DISABLED
      Static value Disabled for AvsDataStore.
  • Constructor Details

    • AvsDataStore

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

    • fromString

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

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