Class HotpatchEnablementStatus

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

public final class HotpatchEnablementStatus extends com.azure.core.util.ExpandableStringEnum<HotpatchEnablementStatus>
Status of hotpatch enablement or disablement.
  • Field Details

    • UNKNOWN

      public static final HotpatchEnablementStatus UNKNOWN
      Static value Unknown for HotpatchEnablementStatus.
    • PENDING_EVALUATION

      public static final HotpatchEnablementStatus PENDING_EVALUATION
      Static value PendingEvaluation for HotpatchEnablementStatus.
    • DISABLED

      public static final HotpatchEnablementStatus DISABLED
      Static value Disabled for HotpatchEnablementStatus.
    • ACTION_REQUIRED

      public static final HotpatchEnablementStatus ACTION_REQUIRED
      Static value ActionRequired for HotpatchEnablementStatus.
    • ENABLED

      public static final HotpatchEnablementStatus ENABLED
      Static value Enabled for HotpatchEnablementStatus.
  • Constructor Details

    • HotpatchEnablementStatus

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

    • fromString

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

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