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.