Class AutomaticExecutionDetails
The details of the event that started the automatic DR plan execution.
Inherited Members
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.
|
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.
|
Remarks
Required