vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanComponentBasicInfo(vim.cluster.VsanComponentBasicInfo)
- Property of
- VsanComponentPlacement
- Extends
- DynamicData
- See also
- DiskInfo
- Since
- 9.1.0.0
Data Object Description
vSAN component basic information. The component information includes the component UUID, component state, owner host, and else. This information is only valid when the component type is "Component" without any children.Properties
| Name | Type | Description |
|---|---|---|
| cacheDiskInfo* | DiskInfo |
Cache disk information.
Used when the component is in vSAN
OSA environment.
|
| capacityDiskInfo* | DiskInfo |
Capacity disk information.
Supported for both vSAN OSA and ESA
environment.
Unset if the component is in abnormal state
like 'stale' or 'absent'.
|
| componentState | xsd:string |
Component state.
This variable will be one of the enums pre-defined in
VsanComponentStateTypes.
|
| faultDomainName* | xsd:string |
Fault domain name.
Used when the component is in a stretched cluster.
|
| faultDomainUuid* | xsd:string |
Fault domain UUID.
Used when the component is in a stretched cluster.
|
| hostName | xsd:string |
Owner host name.
|
| hostNodeUuid | xsd:string |
Owner host node UUID.
|
| uuid | xsd:string |
Component UUID.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |