Class CancellationDetails
Cancellation details for a job.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CancellationDetailsProperties
IsForced
Declaration
[JsonProperty(PropertyName = "isForced")]
public bool? IsForced { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 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. |