vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanObjectIdentityAndHealth(vim.cluster.VsanObjectIdentityAndHealth)
- Returned by
- VsanQueryObjectIdentities
- Extends
- DynamicData
- See also
- VsanObjectIdentity, VsanObjectOverallHealth, VsanObjectSpaceSummary
- Since
- vSphere API Release 5.5
Data Object Description
Contains various information about the identity and health of a set of vSAN objects.Properties
Name | Type | Description |
---|---|---|
health* | VsanObjectOverallHealth |
vSAN Object health.
|
identities* | VsanObjectIdentity[] |
vSAN Object identities.
|
rawData* | xsd:string |
The raw Json string for objects identity and health structure.
It's internal used only for performance purpose.
|
spaceSummary* | VsanObjectSpaceSummary[] |
vSAN space usage summaries for each of vSAN object type defined
in below enumerations:
VsanObjectTypeEnum,
VsanObjectTypeEnum90
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |