Class StartDrillExecutionOptionDetails
Options for start drill execution.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class StartDrillExecutionOptionDetails : DrPlanExecutionOptionDetails
Properties
ArePrechecksEnabled
Declaration
[JsonProperty(PropertyName = "arePrechecksEnabled")]
public bool? ArePrechecksEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | A flag indicating whether prechecks should be executed before the plan execution.
|
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 plan execution.
|