BackingConfig
This data object represents SDRS related data associated with block device or file system.
This structure may be used only with operations rendered under /sms
.
{
"_typeName": "string",
"thinProvisionBackingIdentifier": "string",
"deduplicationBackingIdentifier": "string",
"autoTieringEnabled": false,
"deduplicationEfficiency": 0,
"performanceOptimizationInterval": 0
}
Identifier for the backing pool for thin provisioning
Identifier for the backing pool for deduplication
Flag to indicate whether auto-tiering optimizations are active
Aggregate indication of space savings efficiency in the shared deduplication pool.
The value is between 0 and 100, higher values indicating better efficiency.
Frequency in seconds at which interval auto-tiering optimizations are applied.
A value of 0 indicates continuous optimization.