vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanVcPostDeployConfigSpec(vim.vsan.VsanVcPostDeployConfigSpec)
- Parameter to
- VsanPostConfigForVcsa
- Extends
- DynamicData
- See also
- HostConnectSpec, VsanDataEfficiencyConfig, VsanDeconvergedNetConfig, VsanHostCreateNativeKeyProviderSpec, VsanHostEncryptionInfo
- Since
- vSphere API Release 6.5
Data Object Description
All configuration parameters for a vCenter to be applied post deploy.Properties
Name | Type | Description |
---|---|---|
clusterName* | xsd:string |
Name of the cluster to be created. Default: "VSANCluster"
|
createNativeKeyProviderSpec* | VsanHostCreateNativeKeyProviderSpec |
Specification used to create native key provider.
Since 8.0.0.1 |
dcName* | xsd:string |
Name of the datacenter to be created. Default: "Datacenter"
|
deconvergedNetConfig* | VsanDeconvergedNetConfig |
De-converged network configuration for vSAN.
Since 9.0.0.0 |
firstHost* | HostConnectSpec |
Connection information about the host on which this task runs.
It will be the first host to be added to vCenter, so vCenter adopts the
settings of this host for VSAN.
|
hostLicenseKey* | xsd:string |
ESX License key to apply to all hosts. If not specified, license is not
changed. If specified, current license is overwritten.
|
hostsToAdd* | HostConnectSpec[] |
List of HostConnectSpec objects, one for each host that should be
connected to vCenter and added to the cluster.
|
taskId* | xsd:string |
Unique identifier of the task this progress report is for.
|
vsanClusterMode* | xsd:string |
Advanced Mode configuration for vSAN(Optional).
When this parameter is not present, a vSAN OSA/ESA cluster will be
created based on the vSAN datastore type on the first host.
When this parmeter is present, the new vSAN cluster will be configured into
the specified mode. The currently accepted value for the parameter is
vim.vsan.Mode.Mode_Storage. Any mode other than this is not supported. See VsanMode Since 8.0.0.4 |
vsanDataEfficiencyConfig* | VsanDataEfficiencyConfig |
The data efficiency config for vSAN.
|
vsanDataEncryptionConfig* | VsanHostEncryptionInfo |
The data encryption config that was used to bootstrap single node
vSAN cluster when calling ESXi host API
VsanPrepareVsanForVcsa
Since VMC M5 |
vsanLicenseKey* | xsd:string |
vSAN License key to apply to the cluster. If not specified, license is not
changed. If specified, current license is overwritten.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |