Service - PersistentDiskQueryService

Class
VMware.Hv.PersistentDiskQueryService
See also
PersistentDiskQueryServiceQuerySpec, QueryResults
Since
Horizon 7.8


Service Description

Methods

Methods defined in this Service
PersistentDiskQueryService_QueryWithSpec

PersistentDiskQueryService_QueryWithSpec

Queries linked clone dedicated machines which has user assigned and populates compatibilities for each machines which user can manage.

Privileges

Privilege Description
UDD_VIEW is required to query by spec.
MACHINE_MANAGEMENT Needed on machines for them to be included in the response.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the PersistentDiskQueryService used to make the method call.
querySpecPersistentDiskQueryServiceQuerySpec

querySpec to filter the results

Return Value

Type Description
QueryResultsQueryResults

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidRequestThrown if id is set to null
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition