Show / Hide Table of Contents

Class FailoverPrecheckExecutionOptionDetails

Options for a failover precheck execution.

Inheritance
object
DrPlanExecutionOptionDetails
FailoverPrecheckExecutionOptionDetails
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 FailoverPrecheckExecutionOptionDetails : 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 failover precheck.
Example: false

In this article
Back to top