Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecoveryPlanGroup

Package version

interface

An interface representing RecoveryPlanGroup. Recovery plan group details.

Hierarchy

  • RecoveryPlanGroup

Index

Properties

Optional endGroupActions

endGroupActions: RecoveryPlanAction[]
member

{RecoveryPlanAction[]} [endGroupActions] The end group actions.

groupType

member

{RecoveryPlanGroupType} groupType The group type. Possible values include: 'Shutdown', 'Boot', 'Failover'

Optional replicationProtectedItems

replicationProtectedItems: RecoveryPlanProtectedItem[]
member

{RecoveryPlanProtectedItem[]} [replicationProtectedItems] The list of protected items.

Optional startGroupActions

startGroupActions: RecoveryPlanAction[]
member

{RecoveryPlanAction[]} [startGroupActions] The start group actions.

Generated using TypeDoc