Show / Hide Table of Contents

Class StartDrillPrecheckExecutionOptionDetails

Options for start drill precheck execution.

Inheritance
object
DrPlanExecutionOptionDetails
StartDrillPrecheckExecutionOptionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: true

In this article
Back to top