vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanCapability(vim.cluster.VsanCapability)
- Returned by
- VsanGetCapabilities
- Extends
- DynamicData
- Since
- vSphere API Release 6.0
Data Object Description
Holds the information about the capabilities a concrete ManagedObject has.Properties
Name | Type | Description |
---|---|---|
capabilities* | xsd:string[] |
A list of capabilities that the target object supports. All valid
capabilities are listed in below enumerations:
VsanCapabilityType,
VsanCapabilityType90
vim.cluster.VsanCapabilityType91
|
statuses* | xsd:string[] |
A list of statuses that indicate target object's status when retrieving
capabilities. For example, if capabilities retrieved from a host is empty,
this field can be used to clarify the specific reasons.
Since 6.6 |
target* | ManagedObjectReference |
The managed object that owns the capabilities. It is an optional field that
could be HostSystem, ClusterComputeResource or nothing. If it is empty, this
means that the attached capabilities rely to the vCenter itself.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |