Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceAvailabilityPolicy.HostFailure
-
- Enclosing class:
- InstanceAvailabilityPolicy
public static interface InstanceAvailabilityPolicy.HostFailure
The action to perform if the compute host experiences a failure. - `restart`: Automatically restart the virtual server instance after host failure - `stop`: Leave the virtual server instance stopped after host failure The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the instance on which the unexpected property value was encountered.
-
-
Field Detail
-
RESTART
static final String RESTART
restart.- See Also:
- Constant Field Values
-
STOP
static final String STOP
stop.- See Also:
- Constant Field Values
-
-