vSAN Management API


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:
  • The type set to "Component".
  • The basicInfo is set.
  • This field is unset.

typexsd:string

Component type. The type can be "Concatenation", "RAID_1", "RAID_0", "Component" or else.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition