vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanComponentPlacement(vim.cluster.VsanComponentPlacement)
- Property of
- VsanComponentPlacement, VsanObjectPlacementDetails
- Extends
- DynamicData
- See also
- VsanComponentBasicInfo,
- Since
- 9.1.0.0
Data Object Description
vSAN component placement details. The component placement details are the physical placement details for the object components and the disks. It is a tree structure for the component details based on the RAID configration.Properties
| Name | Type | Description |
|---|---|---|
| basicInfo* | VsanComponentBasicInfo |
Component basic information.
Set only when the component type is "Component",
and the component is a leaf node.
|
| children* | VsanComponentPlacement[] |
Component placement tree structure.
The root node is the component type "Concatenation",
"RAID_1", "RAID_0" or else.
For the leaf nodes:
|
| type | xsd:string |
Component type.
The type can be "Concatenation", "RAID_1", "RAID_0",
"Component" or else.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |