Enum UpdateInstanceDetails.UpdateOperationConstraint

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<UpdateInstanceDetails.UpdateOperationConstraint>
    Enclosing class:
    UpdateInstanceDetails

    public static enum UpdateInstanceDetails.UpdateOperationConstraint
    extends Enum<UpdateInstanceDetails.UpdateOperationConstraint>
    implements BmcEnum
    The parameter acts as a fail-safe to prevent unwanted downtime when updating a running instance.

    The default is ALLOW_DOWNTIME. * ALLOW_DOWNTIME - Compute might reboot the instance while updating the instance if a reboot is required. * AVOID_DOWNTIME - If the instance is in running state, Compute tries to update the instance without rebooting it. If the instance requires a reboot to be updated, an error is returned and the instance is not updated. If the instance is stopped, it is updated and remains in the stopped state.