BackingConfig

BackingConfig
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "thinProvisionBackingIdentifier": "string",
    "deduplicationBackingIdentifier": "string",
    "autoTieringEnabled": false,
    "deduplicationEfficiency": 0,
    "performanceOptimizationInterval": 0
}
string
thinProvisionBackingIdentifier
Optional

Identifier for the backing pool for thin provisioning

string
deduplicationBackingIdentifier
Optional

Identifier for the backing pool for deduplication

boolean
autoTieringEnabled
Optional

Flag to indicate whether auto-tiering optimizations are active

integer As int64 As int64
deduplicationEfficiency
Optional

Aggregate indication of space savings efficiency in the shared deduplication pool.

The value is between 0 and 100, higher values indicating better efficiency.

integer As int64 As int64
performanceOptimizationInterval
Optional

Frequency in seconds at which interval auto-tiering optimizations are applied.

A value of 0 indicates continuous optimization.