Data Object - VimVsanReconfigSpec(vim.vsan.ReconfigSpec)

Parameter to
VsanClusterReconfig
Extends
SDDCBase
See also
ResyncIopsInfo, VimClusterVsanDiskMappingsConfigSpec, VimClusterVsanFaultDomainsConfigSpec, VsanClusterConfigInfo, VsanDataEfficiencyConfig, VsanDataEncryptionConfig, VsanDatastoreConfig, VsanExtendedConfig, VsanFileServiceConfig, VsanIscsiTargetServiceSpec, VsanMetricsConfig, VsanPerfsvcConfig, VsanUnmapConfig, VsanVumConfig
Since
vSphere API 6.0

Data Object Description

The vSAN reconfiguration specification.

Properties

Name Type Description
allowReducedRedundancy*xsd:boolean

This optional parameter is applicable to certain vSAN cluster reconfigure operations that need to migrate data across cluster for changing vSAN disk format. In vSAN 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 less 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 does not have enough host or free storage to ensure the data stays fully protected during data migration. See vim.vsan.host.DecommissionMode.ObjectAction#ensureObjectAccessibility and vim.vsan.host.DecommissionMode.ObjectAction#evacuateAllData.
dataEfficiencyConfig*VsanDataEfficiencyConfig

The data efficiency configuration for vSAN. vSAN 6.2 accomplishes data efficiency by deduplication and compression, which will be enabled or disabled together.
dataEncryptionConfig*VsanDataEncryptionConfig

The data encryption configuration for vSAN.

Since vSAN API 6.6
datastoreConfig*VsanDatastoreConfig

vSAN datastore configuration.

Since vSAN API 6.6.2
diskMappingSpec*VimClusterVsanDiskMappingsConfigSpec

vSAN disk group configuration specification.
extendedConfig*VsanExtendedConfig

vSAN extended configurations.

Since vSAN API 6.7
faultDomainsSpec*VimClusterVsanFaultDomainsConfigSpec

Spec for configuring the fault domains. It includes a list of VimClusterVsanFaultDomainSpec and a VimClusterVsanWitnessSpec. If VimClusterVsanWitnessSpec is specified which indicates it a stretched cluster, the fault domain list needs to include exactly two fault domain items.
fileServiceConfig*VsanFileServiceConfig

vSAN file service configurations.

Since vSAN API 7.0
iscsiSpec*VsanIscsiTargetServiceSpec

vSAN iSCSI configuration.

Since vSphere API 6.5
metricsConfig*VsanMetricsConfig

vSAN metrics configuration for all monitor clients

Since vSAN API 7.0
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 vSAN cluster matches the specification exactly; in this case any unset portions of the specification will result in unset or default portions of the configuration.
perfsvcConfig*VsanPerfsvcConfig

vSAN performance service configuration.

Since vSAN API 6.7
resyncIopsLimitConfig*ResyncIopsInfo

vSAN throttling IOPS limit configuration specification.

Since vSAN API 6.6
unmapConfig*VsanUnmapConfig

SCSI unmap command configuration on vSAN.

Since vSAN API vSAN 6.7U1
vsanClusterConfig*VsanClusterConfigInfo

vSAN configuration, includes default settings for hosts.
vumConfig*VsanVumConfig

vSAN build recommendation engine configuration for this vSAN cluster. Build recommendation engine would use it to generate different baselines for this vSAN cluster. See VsanVumConfig

Since vSAN API 6.8.7
Properties inherited from SDDCBase
None
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition