FetchTieringCostInfoRequest interface

Base class for tiering cost request. Specific cost request types are derived from this class.

Properties

objectType

Polymorphic discriminator, which specifies the different types this object can be

sourceTierType

Source tier for the request

targetTierType

target tier for the request

Property Details

objectType

Polymorphic discriminator, which specifies the different types this object can be

objectType: "FetchTieringCostInfoForRehydrationRequest" | "FetchTieringCostSavingsInfoForPolicyRequest" | "FetchTieringCostSavingsInfoForProtectedItemRequest" | "FetchTieringCostSavingsInfoForVaultRequest"

Property Value

"FetchTieringCostInfoForRehydrationRequest" | "FetchTieringCostSavingsInfoForPolicyRequest" | "FetchTieringCostSavingsInfoForProtectedItemRequest" | "FetchTieringCostSavingsInfoForVaultRequest"

sourceTierType

Source tier for the request

sourceTierType: RecoveryPointTierType

Property Value

targetTierType

target tier for the request

targetTierType: RecoveryPointTierType

Property Value