vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanDataEfficiencyConfig(vim.vsan.DataEfficiencyConfig)
- Property of
- VimVsanHostDiskMapInfoEx, VimVsanReconfigSpec, VsanConfigInfoEx, VsanDiskFormatConversionSpec, VsanHostConfigInfoEx, VsanPrepareVsanForVcsaSpec, VsanVcPostDeployConfigSpec
- Extended by
- VsanDataEfficiencyConfigEx
- Extends
- DynamicData
- Since
- vSphere API Release 6.0
Data Object Description
The data efficiency configuration of a vSAN cluster. Data efficiency configurations work together as below.| dedupEnabled | compressionEnabled | Details | State Transition |
|---|---|---|---|
| False | False |
|
|
| None | 0 |
|
|
| None | 1 |
|
|
| 0 | None |
|
|
| 1 | 1 |
|
|
| 1 | 0 |
|
|
| 0 | 1 |
|
|
| 1 | None |
|
|
Properties
| Name | Type | Description |
|---|---|---|
| compressionEnabled* | xsd:boolean |
Enables compression on the vSAN cluster.
For vSAN OSA, the behaviour of this flag is the same as compressionEnabled
in the table above.
For vSAN ESA, compression is enabled by default since 9.1.0 release, disabling
compression is not supported.
|
| dedupEnabled | xsd:boolean |
Enables data deduplication and compression on the vSAN cluster. The
behaviour of this flag is described in the table above.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |