Show / Hide Table of Contents

Class AutomaticExecutionDetails

The details of the event that started the automatic DR plan execution.

Inheritance
object
AutomaticExecutionDetails
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 AutomaticExecutionDetails

Properties

EventName

Declaration
[Required(ErrorMessage = "EventName is required.")]
[JsonProperty(PropertyName = "eventName")]
public string EventName { get; set; }
Property Value
Type Description
string

The name of the OCI event that started the automatic DR plan execution.
Example: SwitchoverAutonomousDatabase

Remarks

Required

MemberId

Declaration
[Required(ErrorMessage = "MemberId is required.")]
[JsonProperty(PropertyName = "memberId")]
public string MemberId { get; set; }
Property Value
Type Description
string

The OCID of the member that emitted the event that started the automatic DR plan execution.
Example: "ocid1.autonomousdatabase.oc1..uniqueID"

Remarks

Required

In this article
Back to top