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

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

public enum QueryVAppTemplateField
extends Enum<QueryVAppTemplateField>
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
           
CREATIONDATE
           
HREF
           
ID
           
ISBUSY
           
ISDEPLOYED
           
ISENABLED
           
ISEXPIRED
           
ISGOLDMASTER
           
ISPUBLISHED
           
NAME
           
ORG
           
OWNERNAME
           
STATUS
           
STORAGEPROFILENAME
           
VDC
           
VDCNAME
           
 
Method Summary
static QueryVAppTemplateField fromValue(String value)
           
 String value()
           
static QueryVAppTemplateField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryVAppTemplateField[] 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 QueryVAppTemplateField ID
Since:
API 5.1, SDK 5.1

HREF

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

CATALOGNAME

public static final QueryVAppTemplateField CATALOGNAME

CREATIONDATE

public static final QueryVAppTemplateField CREATIONDATE

ISBUSY

public static final QueryVAppTemplateField ISBUSY

ISDEPLOYED

public static final QueryVAppTemplateField ISDEPLOYED

ISENABLED

public static final QueryVAppTemplateField ISENABLED

ISEXPIRED

public static final QueryVAppTemplateField ISEXPIRED
Since:
API 5.1, SDK 5.1

ISGOLDMASTER

public static final QueryVAppTemplateField ISGOLDMASTER

ISPUBLISHED

public static final QueryVAppTemplateField ISPUBLISHED

NAME

public static final QueryVAppTemplateField NAME

ORG

public static final QueryVAppTemplateField ORG

OWNERNAME

public static final QueryVAppTemplateField OWNERNAME

STATUS

public static final QueryVAppTemplateField STATUS

STORAGEPROFILENAME

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

VDC

public static final QueryVAppTemplateField VDC

VDCNAME

public static final QueryVAppTemplateField VDCNAME
Method Detail

values

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

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

valueOf

public static QueryVAppTemplateField 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 QueryVAppTemplateField fromValue(String value)


Copyright © 2016. All Rights Reserved.