abstract class VMware_VCloud_SDK_Query_Abstract
| VMware_VCloud_API_ReferencesType |
queryReferences(string $type, array $params = null)
Requests a query which returns a list of object references. |
|
| VMware_VCloud_API_QueryResultRecordsType |
queryRecords(string $type, array $params = null)
Requests a query which returns a list of object records. |
|
| VMware_VCloud_API_QueryResultRecordsType |
queryIdRecords(string $type, array $params = null)
Requests a query which returns a list of object idrecords. |
|
| static array |
getSupportedQueryReferencesTypes()
Returns a list of supported query types used to query in references format. |
|
| static array |
getSupportedQueryRecordsTypes()
Returns a list of supported query types used to query in records format. |
|
| static array |
getSupportedQueryIdRecordsTypes()
Returns a list of supported query types used to query in idrecords format. |
abstract public VMware_VCloud_API_ReferencesType
queryReferences(string $type, array $params = null)
Requests a query which returns a list of object references.
abstract public VMware_VCloud_API_QueryResultRecordsType
queryRecords(string $type, array $params = null)
Requests a query which returns a list of object records.
abstract public VMware_VCloud_API_QueryResultRecordsType
queryIdRecords(string $type, array $params = null)
Requests a query which returns a list of object idrecords.
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.