MoveRPAcrossTiersRequest Class

MoveRPAcrossTiersRequest.

Constructor

MoveRPAcrossTiersRequest()

Variables

Name Description
objectType
str

Gets the class type.

sourceTierType
Union[str, <xref:"RecoveryPointTierType">]

Source tier from where RP needs to be moved. Known values are: "Invalid", "InstantRP", "HardenedRP", and "ArchivedRP".

targetTierType
Union[str, <xref:"RecoveryPointTierType">]

Target tier where RP needs to be moved. Known values are: "Invalid", "InstantRP", "HardenedRP", and "ArchivedRP".

Attributes

objectType

Gets the class type.

objectType: str

sourceTierType

"Invalid", "InstantRP", "HardenedRP", and "ArchivedRP".

sourceTierType: str | RecoveryPointTierType

targetTierType

"Invalid", "InstantRP", "HardenedRP", and "ArchivedRP".

targetTierType: str | RecoveryPointTierType