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

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

public enum QueryAdminShadowVMField
extends Enum<QueryAdminShadowVMField>
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
DATASTORENAME
           
HREF
           
ID
           
ISBUSY
           
ISDELETED
           
ISPUBLISHED
           
NAME
           
ORG
           
PRIMARYVAPPNAME
           
PRIMARYVAPPTEMPLATE
           
PRIMARYVM
           
PRIMARYVMCATALOG
           
PRIMARYVMNAME
           
PRIMARYVMOWNER
           
SHADOWVAPP
           
STATUS
           
VCNAME
           
 
Method Summary
static QueryAdminShadowVMField fromValue(String value)
           
 String value()
           
static QueryAdminShadowVMField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryAdminShadowVMField[] 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 QueryAdminShadowVMField ID
Since:
API 5.1, SDK 5.1

HREF

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

DATASTORENAME

public static final QueryAdminShadowVMField DATASTORENAME

ISBUSY

public static final QueryAdminShadowVMField ISBUSY

ISDELETED

public static final QueryAdminShadowVMField ISDELETED

ISPUBLISHED

public static final QueryAdminShadowVMField ISPUBLISHED

NAME

public static final QueryAdminShadowVMField NAME

ORG

public static final QueryAdminShadowVMField ORG

PRIMARYVAPPNAME

public static final QueryAdminShadowVMField PRIMARYVAPPNAME

PRIMARYVAPPTEMPLATE

public static final QueryAdminShadowVMField PRIMARYVAPPTEMPLATE

PRIMARYVM

public static final QueryAdminShadowVMField PRIMARYVM

PRIMARYVMCATALOG

public static final QueryAdminShadowVMField PRIMARYVMCATALOG

PRIMARYVMOWNER

public static final QueryAdminShadowVMField PRIMARYVMOWNER

PRIMARYVMNAME

public static final QueryAdminShadowVMField PRIMARYVMNAME

SHADOWVAPP

public static final QueryAdminShadowVMField SHADOWVAPP

STATUS

public static final QueryAdminShadowVMField STATUS

VCNAME

public static final QueryAdminShadowVMField VCNAME
Method Detail

values

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

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

valueOf

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


Copyright © 2016. All Rights Reserved.