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. The behaviour of this
flag is described in the table above.
|
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 |