Class OperationalStateType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OperationalStateType>
com.azure.resourcemanager.storagecache.models.OperationalStateType

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

    • READY

      public static final OperationalStateType READY
      Static value Ready for OperationalStateType.
    • BUSY

      public static final OperationalStateType BUSY
      Static value Busy for OperationalStateType.
    • SUSPENDED

      public static final OperationalStateType SUSPENDED
      Static value Suspended for OperationalStateType.
    • FLUSHING

      public static final OperationalStateType FLUSHING
      Static value Flushing for OperationalStateType.
  • Constructor Details

    • OperationalStateType

      public OperationalStateType()
  • Method Details

    • fromString

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

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