Data Object - VimVsanReconfigSpec(vim.vsan.ReconfigSpec)

Parameter to
VsanClusterReconfig
Extends
DynamicData
See also
VimClusterVsanDiskMappingsConfigSpec, VimClusterVsanFaultDomainsConfigSpec, VsanClusterConfigInfo, VsanDataEfficiencyConfig
Since
vSphere API 6.0

Data Object Description

The Virtual SAN reconfiguration specification.

Properties

Name Type Description
allowReducedRedundancy*xsd:boolean

This optional parameter is applicable to certain Virtual SAN cluster reconfigure operations that need to migrate data across cluster for changing Virtual SAN disk format. In Virtual SAN version 6.2, enable or disable deduplication and compression in a cluster is such kind of operation. The default value 'false' will instruct the data migration process to move all the storage object data in the host under processing to other hosts to ensure the data stays fully protected; while the value 'true' may make the process move lesser data for just ensuring storage object accessibility, and some objects will be kept at "reduced redundancy" state, i.e. at a higher risk in case of a hardware failure during the migration process. However, value 'true' is useful and even the only option when cluster don't have enough host or free storage to ensure the data stays fully protected during data migration.
See DecommissionMode.objectAction.ensureObjectAccesibilitySee DecommissionMode.objectAction.evacuateAllData
dataEfficiencyConfig*VsanDataEfficiencyConfig

The data efficiency configuration for Virtual SAN. Virtual SAN 6.2 accomplishes data efficiency by deduplication and compression, which will be enabled or disabled together.
diskMappingSpec*VimClusterVsanDiskMappingsConfigSpec

Virtual SAN disk group configuration specification.
faultDomainsSpec*VimClusterVsanFaultDomainsConfigSpec

Spec for configuring the fault domains. It includes a list of VimClusterVsanFaultDomainSpec and a {@vim.cluster.VsanWitnessSpec}. If VimClusterVsanWitnessSpec is specified which indicates it a stretched cluster, the fault domain list needs to include exactly two fault domain items.
modifyxsd:boolean

Flag to specify whether the specification ("spec") should be applied incrementally. If "modify" is false and the operation succeeds, then the configuration of the Virtual SAN cluster matches the specification exactly; in this case any unset portions of the specification will result in unset or default portions of the configuration.
vsanClusterConfig*VsanClusterConfigInfo

Virtual SAN configuration, includes default settings for hosts
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition