Class IgnoreDrPlanExecutionDetails
The details for ignoring a failed group or step.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class IgnoreDrPlanExecutionDetails
Properties
GroupId
Declaration
[Required(ErrorMessage = "GroupId is required.")]
[JsonProperty(PropertyName = "groupId")]
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique id of the group to ignore as a whole, or the group containing the step to ignore.
|
Remarks
Required
StepId
Declaration
[JsonProperty(PropertyName = "stepId")]
public string StepId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique id of the step to ignore (optional). Only needed when ignoring a step.
|