vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanVmdkLoadTestSpec(vim.host.VsanVmdkLoadTestSpec)
- Property of
- VsanStorageWorkloadType, VsanVmdkLoadTestResult
- Parameter to
- VsanHostCleanupVmdkLoadTest, VsanHostPrepareVmdkLoadTest, VsanHostRunVmdkLoadTest, VsanVcClusterRunVmdkLoadTest
- Extends
- DynamicData
- See also
- FileBackedVirtualDiskSpec, VsanVmdkIOLoadSpec
- Since
- vSphere API Release 5.5
Data Object Description
Deprecated. As of vSphere API 6.7. This class encapsulates the VMDK load test spec. This spec includes the VMDK creation spec and IO workload spec.Properties
Name | Type | Description |
---|---|---|
stepDurationSec* | xsd:long |
Only relevant when vmdkIOSpecSequence is used. Represents the time after which the
next IO spec in the sequence will be used.
|
vmdkCreateSpec* | FileBackedVirtualDiskSpec |
The VMDK creation spec. This spec is only needed in preparing and cleaning
up VMDK API.
|
vmdkIOSpec* | VsanVmdkIOLoadSpec |
The VMDK IO test spec. This spec is only needed in run VMDK load test API.
|
vmdkIOSpecSequence* | VsanVmdkIOLoadSpec[] |
The VMDK IO test spec. The tests specified will be run in the order given.
This spec is only needed in run VMDK load test API.
If set, vmdkIOSpec will be ignored.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |