Package com.oracle.bmc.database.model
Enum ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus
- java.lang.Object
-
- java.lang.Enum<ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus>
-
- com.oracle.bmc.database.model.ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus>
- Enclosing class:
- ManagedSoftwareUpdateMaintenanceDetails
public static enum ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus extends Enum<ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus> implements BmcEnum
The managed software update readiness status
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AwaitingResolutionInProgressNeedsAttentionNotReadyForManagedUpdateReadyForManagedUpdateScheduledSucceededUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatuscreate(String key)StringgetValue()static ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Scheduled
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus Scheduled
-
Succeeded
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus Succeeded
-
ReadyForManagedUpdate
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus ReadyForManagedUpdate
-
NotReadyForManagedUpdate
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus NotReadyForManagedUpdate
-
InProgress
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus InProgress
-
NeedsAttention
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus NeedsAttention
-
AwaitingResolution
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus AwaitingResolution
-
UnknownEnumValue
public static final ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus c : ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static ManagedSoftwareUpdateMaintenanceDetails.UpdateReadinessStatus create(String key)
-
-