Name: ApplianceCustomizationInfo

Tintri Appliance customization information which includes replication interface and space saving support.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.hardware.ApplianceCustomizationInfo",
   "blockLevelDedupSupported": <Boolean>,
   "maxReplicationPathsConfigured": <Number>,
   "replicationInterfaceInstalled": <Boolean>,
   "spaceSavingSupported": <Boolean>,
}

Attributes
NameTypeDescription
blockLevelDedupSupportedxsd:boolean'True' indicates that the Tintri file system supports block level deduplication. 'False' indicates that block level deduplication is not supported.
maxReplicationPathsConfiguredxsd:intReturns the max number of replication paths that are configured.
replicationInterfaceInstalledxsd:boolean'True' indicates that the Tintri file system supports inline compression. 'False' indicates that inline compression is not supported.
spaceSavingSupportedxsd:boolean'True' indicates that the Tintri file system supports inline compression. 'False' indicates that inline compression is not supported.