UpdateRecoveryResourcesRequest interface

RecoveryResources post action request to update in batch.

Properties

resourcesToRemove

A list of recovery orchestration resources that need to be removed from the recovery orchestration plan.

resourcesToUpdate

A list of recovery orchestration resources whose properties need to be updated.

Property Details

resourcesToRemove

A list of recovery orchestration resources that need to be removed from the recovery orchestration plan.

resourcesToRemove?: string[]

Property Value

string[]

resourcesToUpdate

A list of recovery orchestration resources whose properties need to be updated.

resourcesToUpdate?: RecoveryResource[]

Property Value