Virtual Storage Lifecycle Management API


Data Object - DirectPathProfileManagerFilterSpec(vim.DirectPathProfileManager.FilterSpec)

Parameter to
DirectPathProfileManagerList
Extends
DynamicData
See also
ClusterComputeResource
Since
vSphere API Release 9.0.0.0

Data Object Description

Specification describing the parameters used to filter the results when listing DirectPath profiles in a vCenter (see listDirectPathProfiles). If multiple fields are specified, only the DirectPath profiles that match at least one element of each field match the filter.

Properties

Name Type Description
clusters*ManagedObjectReference[]
to a ClusterComputeResource[]

MoRefs of the vSphere clusters for which DirectPath profiles need to be retrieved. If a non-empty list of cluster MoRefs is specified while listing DirectPath profiles in a vCenter (see listDirectPathProfiles), then information about the DirectPath profiles applicable to all the specified clusters is returned.
ids*xsd:string[]

Identifiers of the DirectPath profiles to be retrieved. If a non-empty list of identifiers is specified while listing DirectPath profiles in a vCenter (see listDirectPathProfiles), then information about every DirectPath profile whose identifier matches with one of the specified identifiers will be retrieved. In other words, if identifier of a DirectPath profile is not present in the specified list of identifiers, then that DirectPath profile will not be retrieved.
names*xsd:string[]

Names of the DirectPath profiles to be retrieved. If a non-empty list of names is specified while listing DirectPath profiles in a vCenter (see listDirectPathProfiles) then information about every DirectPath profile whose name matches with one of the specified names will be retrieved. In other words, if name of a DirectPath profile is not present in the specified list of names, then that DirectPath profile will not be retrieved.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition