CancellationDetails

class oci.resource_manager.models.CancellationDetails(**kwargs)

Bases: object

Cancellation details for a job.

Methods

__init__(**kwargs) Initializes a new CancellationDetails object with values from keyword arguments.

Attributes

is_forced Gets the is_forced of this CancellationDetails.
__init__(**kwargs)

Initializes a new CancellationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:is_forced (bool) – The value to assign to the is_forced property of this CancellationDetails.
is_forced

Gets the is_forced of this CancellationDetails. Indicates whether a forced cancellation was requested for the job while it was running. A forced cancellation can result in an incorrect state file. For example, the state file might not reflect the exact state of the provisioned resources.

Returns:The is_forced of this CancellationDetails.
Return type:bool