View API


Data Object - PartialFailureFaultResult

Class
VMware.Hv.PartialFailureFaultResult
Property of
PartialFailureFault
See also
MethodFault
Since
Horizon View 6.0

Data Object Description

The result of one individual operation. This will contain either a fault in the event that the operation failed or a result (if one exists) of the operation on success. At most one of these fields will be populated.
  • This data object must be updated as a whole.

Data Object Properties

Properties

Name Type Description
faultMethodFault

The error if the individual operation failed.
  • This property need not be set.
resultxsd:anyType

The result (if any) of the function if the individual operation succeeded.
  • This property need not be set.