|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vmware.vise.data.query.QuerySpec
@data(base="Object") public class QuerySpec
Defines the query to match a set of resources for which data is requested from the DataService.
Field Summary | |
---|---|
String |
name
An optional query name given by the client for id purposes. |
Map<String,Object> |
options
Optional information for this query's execution. |
ResourceSpec |
resourceSpec
Specifies the target set of resources. |
ResultSpec |
resultSpec
Additional transformations/filters to be applied on the discovered resource set. |
Constructor Summary | |
---|---|
QuerySpec()
Default constructor. |
|
QuerySpec(QuerySpec original)
Creates a shallow copy of the specified QuerySpec . |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@optional public String name
public ResourceSpec resourceSpec
@optional public ResultSpec resultSpec
ResultSpec
is
created by the Data Service.
@optional public Map<String,Object> options
Constructor Detail |
---|
public QuerySpec()
public QuerySpec(QuerySpec original)
QuerySpec
.
original
- the object that must be copied
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |