TieringCostSavingInfo interface
Response parameters for tiering cost info for savings
- Extends
Properties
| object |
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
| 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
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
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