com.vmware.vcloud.sdk.constants.query
Enum QueryReferenceType

java.lang.Object
  extended by java.lang.Enum<QueryReferenceType>
      extended by com.vmware.vcloud.sdk.constants.query.QueryReferenceType
All Implemented Interfaces:
Serializable, Comparable<QueryReferenceType>

public enum QueryReferenceType
extends Enum<QueryReferenceType>

This enum represents the different query types which return the reference results.

Since:
API 1.5, SDK 1.5
Author:
Ecosystem Engineering

Enum Constant Summary
ACLRULE
           
ADMINAPIDEFINITION
           
ADMINCATALOG
           
ADMINCATALOGITEM
           
ADMINDISK
           
ADMINEVENT
           
ADMINFILEDESCRIPTOR
           
ADMINGROUP
           
ADMINMEDIA
           
ADMINORGNETWORK
          Deprecated. API 5.1, SDK 5.1
ADMINORGVDC
           
ADMINORGVDCSTORAGEPROFILE
           
ADMINSERVICE
           
ADMINSHADOWVM
           
ADMINTASK
           
ADMINUSER
           
ADMINVAPP
           
ADMINVAPPNETWORK
           
ADMINVAPPTEMPLATE
           
ADMINVM
           
APIDEFINITION
           
APIFILTER
           
BLOCKINGTASK
           
CATALOG
           
CATALOGITEM
           
DATASTORE
           
DISK
           
EDGEGATEWAY
           
EXTERNALNETWORK
           
GROUP
           
HOST
           
MEDIA
           
NETWORKPOOL
           
ORGANIZATION
           
ORGNETWORK
          Deprecated. API 5.1, SDK 5.1
ORGVDC
           
ORGVDCNETWORK
           
ORGVDCSTORAGEPROFILE
           
PROVIDERVDC
           
PROVIDERVDCSTORAGEPROFILE
           
RESOURCECLASS
           
RESOURCECLASSACTION
           
RESOURCEPOOLVMLIST
           
RIGHT
           
ROLE
           
SERVICE
           
SERVICELINK
           
SERVICERESOURCE
           
STRANDEDITEM
           
STRANDEDUSER
           
TASK
           
USER
           
VAPP
           
VAPPNETWORK
           
VAPPORGNETWORKRELATION
          Deprecated. API 5.1, SDK 5.1
VAPPORGVDCNETWORKRELATION
           
VAPPTEMPLATE
           
VIRTUALCENTER
           
VM
           
 
Method Summary
static QueryReferenceType fromValue(String value)
           
 String value()
           
static QueryReferenceType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryReferenceType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ORGANIZATION

public static final QueryReferenceType ORGANIZATION
See Also:
QueryOrgField

ORGVDC

public static final QueryReferenceType ORGVDC
See Also:
QueryOrgVdcField

MEDIA

public static final QueryReferenceType MEDIA
See Also:
QueryMediaField

VAPPTEMPLATE

public static final QueryReferenceType VAPPTEMPLATE
See Also:
QueryVAppTemplateField

VAPP

public static final QueryReferenceType VAPP
See Also:
QueryVAppField

VM

public static final QueryReferenceType VM
See Also:
QueryVMField

ORGNETWORK

public static final QueryReferenceType ORGNETWORK
Deprecated. API 5.1, SDK 5.1
See Also:
QueryOrgNetworkField

ADMINORGNETWORK

public static final QueryReferenceType ADMINORGNETWORK
Deprecated. API 5.1, SDK 5.1
See Also:
QueryAdminOrgNetworkField

VAPPNETWORK

public static final QueryReferenceType VAPPNETWORK
See Also:
QueryVAppNetworkField

CATALOG

public static final QueryReferenceType CATALOG
See Also:
QueryCatalogField

ADMINORGVDC

public static final QueryReferenceType ADMINORGVDC
See Also:
QueryAdminVdcField

PROVIDERVDC

public static final QueryReferenceType PROVIDERVDC
See Also:
QueryVMWProviderVdcField

EXTERNALNETWORK

public static final QueryReferenceType EXTERNALNETWORK
See Also:
QueryNetworkField

GROUP

public static final QueryReferenceType GROUP
See Also:
QueryGroupField

USER

public static final QueryReferenceType USER
See Also:
QueryUserField

STRANDEDUSER

public static final QueryReferenceType STRANDEDUSER
See Also:
QueryStrandedUserField

ROLE

public static final QueryReferenceType ROLE
See Also:
QueryRoleField

DATASTORE

public static final QueryReferenceType DATASTORE
See Also:
QueryDatastoreField

NETWORKPOOL

public static final QueryReferenceType NETWORKPOOL
See Also:
QueryNetworkPoolField

VIRTUALCENTER

public static final QueryReferenceType VIRTUALCENTER
See Also:
QueryVirtualCenterField

HOST

public static final QueryReferenceType HOST
See Also:
QueryHostField

ADMINVAPP

public static final QueryReferenceType ADMINVAPP
See Also:
QueryAdminVAppField

RIGHT

public static final QueryReferenceType RIGHT
See Also:
QueryRightField

ADMINVM

public static final QueryReferenceType ADMINVM
See Also:
QueryAdminVMField

VAPPORGNETWORKRELATION

public static final QueryReferenceType VAPPORGNETWORKRELATION
Deprecated. API 5.1, SDK 5.1
See Also:
QueryVAppOrgNetworkRelationField

ADMINUSER

public static final QueryReferenceType ADMINUSER
See Also:
QueryAdminUserField

ADMINGROUP

public static final QueryReferenceType ADMINGROUP
See Also:
QueryAdminGroupField

ADMINVAPPNETWORK

public static final QueryReferenceType ADMINVAPPNETWORK
See Also:
QueryAdminVAppNetworkField

ADMINCATALOG

public static final QueryReferenceType ADMINCATALOG
See Also:
QueryAdminCatalogField

ADMINCATALOGITEM

public static final QueryReferenceType ADMINCATALOGITEM
See Also:
QueryAdminCatalogItemField

CATALOGITEM

public static final QueryReferenceType CATALOGITEM
See Also:
QueryCatalogItemField

ADMINMEDIA

public static final QueryReferenceType ADMINMEDIA
See Also:
QueryAdminMediaField

ADMINVAPPTEMPLATE

public static final QueryReferenceType ADMINVAPPTEMPLATE
See Also:
QueryAdminVAppTemplateField

ADMINSHADOWVM

public static final QueryReferenceType ADMINSHADOWVM
See Also:
QueryAdminShadowVMField

TASK

public static final QueryReferenceType TASK
See Also:
QueryTaskField

ADMINTASK

public static final QueryReferenceType ADMINTASK
See Also:
QueryAdminTaskField

BLOCKINGTASK

public static final QueryReferenceType BLOCKINGTASK
See Also:
QueryBlockingTaskField

DISK

public static final QueryReferenceType DISK
Since:
API 5.1, SDK 5.1
See Also:
QueryDiskField

ADMINDISK

public static final QueryReferenceType ADMINDISK
Since:
API 5.1, SDK 5.1
See Also:
QueryAdminDiskField

STRANDEDITEM

public static final QueryReferenceType STRANDEDITEM
Since:
API 5.1, SDK 5.1
See Also:
QueryStrandedItemField

ADMINSERVICE

public static final QueryReferenceType ADMINSERVICE
Since:
API 5.1, SDK 5.1
See Also:
QueryAdminServiceField

SERVICE

public static final QueryReferenceType SERVICE
Since:
API 5.1, SDK 5.1
See Also:
QueryServiceField

SERVICELINK

public static final QueryReferenceType SERVICELINK
Since:
API 5.1, SDK 5.1
See Also:
QueryServiceLinkField

ORGVDCSTORAGEPROFILE

public static final QueryReferenceType ORGVDCSTORAGEPROFILE
Since:
API 5.1, SDK 5.1
See Also:
QueryOrgVdcStorageProfileField

ADMINORGVDCSTORAGEPROFILE

public static final QueryReferenceType ADMINORGVDCSTORAGEPROFILE
Since:
API 5.1, SDK 5.1
See Also:
QueryAdminOrgVdcStorageProfileField

PROVIDERVDCSTORAGEPROFILE

public static final QueryReferenceType PROVIDERVDCSTORAGEPROFILE
Since:
API 5.1, SDK 5.1
See Also:
QueryProviderVdcStorageProfileField

APIFILTER

public static final QueryReferenceType APIFILTER
Since:
API 5.1, SDK 5.1
See Also:
QueryApiFilterField

ADMINAPIDEFINITION

public static final QueryReferenceType ADMINAPIDEFINITION
Since:
API 5.1, SDK 5.1
See Also:
QueryAdminApiDefinitionField

APIDEFINITION

public static final QueryReferenceType APIDEFINITION
Since:
API 5.1, SDK 5.1
See Also:
QueryApiDefinitionField

ADMINFILEDESCRIPTOR

public static final QueryReferenceType ADMINFILEDESCRIPTOR
Since:
API 5.1, SDK 5.1
See Also:
QueryAdminFileDescriptorField

RESOURCECLASSACTION

public static final QueryReferenceType RESOURCECLASSACTION
Since:
API 5.1, SDK 5.1
See Also:
QueryResourceClassActionField

ACLRULE

public static final QueryReferenceType ACLRULE
Since:
API 5.1, SDK 5.1
See Also:
QueryAclRuleField

RESOURCECLASS

public static final QueryReferenceType RESOURCECLASS
Since:
API 5.1, SDK 5.1
See Also:
QueryResourceClassField

SERVICERESOURCE

public static final QueryReferenceType SERVICERESOURCE
Since:
API 5.1, SDK 5.1
See Also:
QueryServiceResourceField

EDGEGATEWAY

public static final QueryReferenceType EDGEGATEWAY
Since:
API 5.1, SDK 5.1
See Also:
QueryEdgeGatewayField

ORGVDCNETWORK

public static final QueryReferenceType ORGVDCNETWORK
Since:
API 5.1, SDK 5.1
See Also:
QueryOrgVdcNetworkField

VAPPORGVDCNETWORKRELATION

public static final QueryReferenceType VAPPORGVDCNETWORKRELATION
Since:
API 5.1, SDK 5.1
See Also:
QueryVAppOrgVdcNetworkRelationField

RESOURCEPOOLVMLIST

public static final QueryReferenceType RESOURCEPOOLVMLIST
Since:
API 5.1, SDK 5.1
See Also:
QueryResourcePoolVMField

ADMINEVENT

public static final QueryReferenceType ADMINEVENT
Since:
API 5.6, SDK 5.6
See Also:
QueryEventField
Method Detail

values

public static QueryReferenceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (QueryReferenceType c : QueryReferenceType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static QueryReferenceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static QueryReferenceType fromValue(String value)


Copyright © 2016. All Rights Reserved.