Show / Hide Table of Contents

Class CancellationDetails

Cancellation details for a job.

Inheritance
object
CancellationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class CancellationDetails

Properties

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.

In this article
Back to top