TieringCostSavingInfo interface
Response parameters for tiering cost info for savings
- Extends
Properties
object |
Polymorphic discriminator, which specifies the different types this object can be |
retail |
Source tier retail cost per GB per month |
retail |
Target tier retail cost per GB per month |
source |
Source tier size reduction in bytes after moving all the recommended backup points to target tier |
target |
Target tier size increase in bytes after moving all the recommended backup points to target tier |
Property Details
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "TieringCostSavingInfo"
Property Value
"TieringCostSavingInfo"
retailSourceTierCostPerGBPerMonth
Source tier retail cost per GB per month
retailSourceTierCostPerGBPerMonth: number
Property Value
number
retailTargetTierCostPerGBPerMonth
Target tier retail cost per GB per month
retailTargetTierCostPerGBPerMonth: number
Property Value
number
sourceTierSizeReductionInBytes
Source tier size reduction in bytes after moving all the recommended backup points to target tier
sourceTierSizeReductionInBytes: number
Property Value
number
targetTierSizeIncreaseInBytes
Target tier size increase in bytes after moving all the recommended backup points to target tier
targetTierSizeIncreaseInBytes: number
Property Value
number