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

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

public enum QueryAdminVMField
extends Enum<QueryAdminVMField>
implements QueryField

Constants for the QueryParams's fields, sort ascending and sort descending properties.

Since:
API 1.5, SDK 1.5
Author:
Ecosystem Engineering

Enum Constant Summary
CATALOGNAME
           
CONTAINER
           
CONTAINERNAME
           
DATASTORENAME
           
GUESTOS
           
HARDWAREVERSION
           
HOSTNAME
           
HREF
           
ID
           
ISDELETED
           
ISDEPLOYED
           
ISPUBLISHED
           
ISVAPPTEMPLATE
           
ISVDCENABLED
           
MEMORYMB
           
MOREF
           
NAME
           
NETWORKNAME
           
NUMBEROFCPUS
           
ORG
           
STATUS
           
STORAGEPROFILENAME
           
VC
           
VDC
           
VMTOOLSVERSION
           
 
Method Summary
static QueryAdminVMField fromValue(String value)
           
 String value()
           
static QueryAdminVMField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryAdminVMField[] 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

ID

public static final QueryAdminVMField ID
Since:
API 5.1, SDK 5.1

HREF

public static final QueryAdminVMField HREF
Since:
API 5.1, SDK 5.1

CATALOGNAME

public static final QueryAdminVMField CATALOGNAME

CONTAINER

public static final QueryAdminVMField CONTAINER

CONTAINERNAME

public static final QueryAdminVMField CONTAINERNAME

DATASTORENAME

public static final QueryAdminVMField DATASTORENAME

GUESTOS

public static final QueryAdminVMField GUESTOS

HARDWAREVERSION

public static final QueryAdminVMField HARDWAREVERSION

HOSTNAME

public static final QueryAdminVMField HOSTNAME

ISDELETED

public static final QueryAdminVMField ISDELETED

ISDEPLOYED

public static final QueryAdminVMField ISDEPLOYED

ISPUBLISHED

public static final QueryAdminVMField ISPUBLISHED

ISVAPPTEMPLATE

public static final QueryAdminVMField ISVAPPTEMPLATE

ISVDCENABLED

public static final QueryAdminVMField ISVDCENABLED

MEMORYMB

public static final QueryAdminVMField MEMORYMB

MOREF

public static final QueryAdminVMField MOREF

NAME

public static final QueryAdminVMField NAME

NETWORKNAME

public static final QueryAdminVMField NETWORKNAME

NUMBEROFCPUS

public static final QueryAdminVMField NUMBEROFCPUS

ORG

public static final QueryAdminVMField ORG

STATUS

public static final QueryAdminVMField STATUS

STORAGEPROFILENAME

public static final QueryAdminVMField STORAGEPROFILENAME
Since:
API 5.1, SDK 5.1

VC

public static final QueryAdminVMField VC

VDC

public static final QueryAdminVMField VDC

VMTOOLSVERSION

public static final QueryAdminVMField VMTOOLSVERSION
Method Detail

values

public static QueryAdminVMField[] 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 (QueryAdminVMField c : QueryAdminVMField.values())
    System.out.println(c);

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

valueOf

public static QueryAdminVMField 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()
Specified by:
value in interface QueryField

fromValue

public static QueryAdminVMField fromValue(String value)


Copyright © 2016. All Rights Reserved.