Data Object - VsanHostConfigInfo(vim.vsan.host.ConfigInfo)

Property of
ClusterConfigInfoEx, ClusterConfigSpecEx, HostConfigInfo, HostVsanSystem
Parameter to
UpdateVsan_Task
Extends
DynamicData
See also
HostSystem, VsanHostConfigInfoClusterInfo, VsanHostConfigInfoNetworkInfo, VsanHostConfigInfoStorageInfo, VsanHostFaultDomainInfo
Since
vSphere API 5.5

Data Object Description

The VsanHostConfigInfo data object contains host-specific settings for the VSAN service. This data object is used both for specifying settings for updating the VSAN service, and as an output datatype when retrieving current VSAN service settings.

Properties

Name Type Description
clusterInfo*VsanHostConfigInfoClusterInfo

The VSAN service cluster configuration for this host.
enabled*xsd:boolean

Whether the VSAN service is currently enabled on this host.
faultDomainInfo*VsanHostFaultDomainInfo

The VSAN fault domain configuration for this host. VSAN host fault domain settings are independent of the current value of enabled.

Since vSphere API 6.0
hostSystem*ManagedObjectReference
to a HostSystem

The HostSystem for this host. This argument is required when this configuration is specified as an input to VC-level APIs. When this configuration is specified to a host-level direct API, this argument may be omitted.
See ReconfigureComputeResource_Task
See UpdateVsan_Task

networkInfo*VsanHostConfigInfoNetworkInfo

The VSAN network configuration for this host. VSAN network configuration settings are independent of the current value of enabled.
storageInfo*VsanHostConfigInfoStorageInfo

The VSAN storage configuration for this host. VSAN storage configuration settings are independent of the current value of enabled.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition