Uses of Class
com.vmware.vcloud.sdk.constants.query.QueryVMField

Packages that use QueryVMField
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.constants.query   
 

Uses of QueryVMField in com.vmware.vcloud.sdk
 

Method parameters in com.vmware.vcloud.sdk with type arguments of type QueryVMField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMRecordType> QueryService.queryVmIdRecords(QueryParams<QueryVMField> queryParams)
          Executes a specialized query for retrieving the list of vm records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVMRecordType> QueryService.queryVmRecords(QueryParams<QueryVMField> queryParams)
          Executes a specialized query for retrieving the list of vm records.
 ReferenceResult QueryService.queryVmReferences(QueryParams<QueryVMField> queryParams)
          Executes a specialized query for retrieving the list of vm references.
 

Uses of QueryVMField in com.vmware.vcloud.sdk.constants.query
 

Methods in com.vmware.vcloud.sdk.constants.query that return QueryVMField
static QueryVMField QueryVMField.fromValue(String value)
           
static QueryVMField QueryVMField.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryVMField[] QueryVMField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.