java.lang.Object
com.azure.core.util.ExpandableStringEnum<XcoolState>
com.azure.resourcemanager.recoveryservicesbackup.models.XcoolState

public final class XcoolState extends com.azure.core.util.ExpandableStringEnum<XcoolState>
Vault x-cool state.
  • Field Details

    • INVALID

      public static final XcoolState INVALID
      Static value Invalid for XcoolState.
    • ENABLED

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

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

    • XcoolState

      public XcoolState()
  • Method Details

    • fromString

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

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