RecoveryPlanGroup Class

Definition

Recovery plan group details.

public class RecoveryPlanGroup
type RecoveryPlanGroup = class
Public Class RecoveryPlanGroup
Inheritance
RecoveryPlanGroup

Constructors

RecoveryPlanGroup()

Initializes a new instance of the RecoveryPlanGroup class.

RecoveryPlanGroup(String, IList<RecoveryPlanProtectedItem>, IList<RecoveryPlanAction>, IList<RecoveryPlanAction>)

Initializes a new instance of the RecoveryPlanGroup class.

Properties

EndGroupActions

Gets or sets the end group actions.

GroupType

Gets or sets the group type. Possible values include: 'Shutdown', 'Boot', 'Failover'

ReplicationProtectedItems

Gets or sets the list of protected items.

StartGroupActions

Gets or sets the start group actions.

Methods

Validate()

Validate the object.

Applies to