Enum Class InstanceLifecycleManager.ContainerStatus
java.lang.Object
java.lang.Enum<InstanceLifecycleManager.ContainerStatus>
com.sap.cds.feature.mt.lib.subscription.InstanceLifecycleManager.ContainerStatus
- All Implemented Interfaces:
Serializable,Comparable<InstanceLifecycleManager.ContainerStatus>,Constable
- Enclosing interface:
- InstanceLifecycleManager
public static enum InstanceLifecycleManager.ContainerStatus
extends Enum<InstanceLifecycleManager.ContainerStatus>
State of an HDI container.
The service manager provides the results of the last operation on instance level. If for example a patch operation
is triggered and fails, the last operation will show a task update with status failed. This means the last operation
state does not indicate the state of the container itself. Even if an update or delete operation failed, the container
is still working. Only if the operation is of type create the container status can be derived from it. Therefore,
only a limited sets of states are defined here.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
OK
-
CREATION_IN_PROGRESS
-
DOES_NOT_EXIST
-
CREATION_ERROR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<InstanceLifecycleManager.ContainerStatus>
-