class VMware_VCloud_SDK_Query extends VMware_VCloud_SDK_Query_Abstract
| QUERY_REFERENCES |
'references' query format.
|
| QUERY_RECORDS |
'records' query format.
|
| QUERY_IDRECORDS |
'idrecords' query format.
|
| VMware_VCloud_API_ReferencesType |
queryReferences(string $type, array|VMware_VCloud_SDK_QueryParams $params = null)
Retrieves references for the specified query type. |
|
| VMware_VCloud_API_QueryResultRecordsType |
queryRecords(string $type, array|VMware_VCloud_SDK_QueryParams $params = null)
Retrieves records for the specified query type. |
|
| VMware_VCloud_API_QueryResultRecordsType |
queryIdRecords(string $type, array|VMware_VCloud_SDK_QueryParams $params = null)
Retrieves idrecords for the specified query type. |
|
| static array |
getSupportedQueryReferencesTypes()
Returns a list of supported query types used to query in references format. |
from VMware_VCloud_SDK_Query_Abstract |
| static array |
getSupportedQueryRecordsTypes()
Returns a list of supported query types used to query in records format. |
from VMware_VCloud_SDK_Query_Abstract |
| static array |
getSupportedQueryIdRecordsTypes()
Returns a list of supported query types used to query in idrecords format. |
from VMware_VCloud_SDK_Query_Abstract |
| static VMware_VCloud_SDK_Query |
getInstance(VMware_VCloud_SDK_Service $svc)
Returns an instance of VMwareVCloudSDK_Query object. |
public VMware_VCloud_API_ReferencesType
queryReferences(string $type, array|VMware_VCloud_SDK_QueryParams $params = null)
Retrieves references for the specified query type.
public VMware_VCloud_API_QueryResultRecordsType
queryRecords(string $type, array|VMware_VCloud_SDK_QueryParams $params = null)
Retrieves records for the specified query type.
public VMware_VCloud_API_QueryResultRecordsType
queryIdRecords(string $type, array|VMware_VCloud_SDK_QueryParams $params = null)
Retrieves idrecords for the specified query type.
final static public array
getSupportedQueryReferencesTypes()
Returns a list of supported query types used to query in references format.
final static public array
getSupportedQueryRecordsTypes()
Returns a list of supported query types used to query in records format.
final static public array
getSupportedQueryIdRecordsTypes()
Returns a list of supported query types used to query in idrecords format.
static public VMware_VCloud_SDK_Query
getInstance(VMware_VCloud_SDK_Service $svc)
Returns an instance of VMwareVCloudSDK_Query object.