Class StartDrillPrecheckExecutionOptionDetails
Options for start drill precheck execution.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class StartDrillPrecheckExecutionOptionDetails : DrPlanExecutionOptionDetails
Properties
AreWarningsIgnored
Declaration
[JsonProperty(PropertyName = "areWarningsIgnored")]
public bool? AreWarningsIgnored { get; set; }
Property Value
Type | Description |
---|---|
bool? | A flag indicating whether warnings should be ignored during the precheck.
|