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

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

public enum QueryVirtualCenterField
extends Enum<QueryVirtualCenterField>
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
HREF
           
ID
           
ISBUSY
           
ISENABLED
           
ISSUPPORTED
           
NAME
           
STATUS
           
URL
           
USERNAME
           
UUID
           
VCVERSION
           
VSMIP
           
 
Method Summary
static QueryVirtualCenterField fromValue(String value)
           
 String value()
           
static QueryVirtualCenterField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryVirtualCenterField[] 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 QueryVirtualCenterField ID
Since:
API 5.1, SDK 5.1

HREF

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

ISBUSY

public static final QueryVirtualCenterField ISBUSY

ISENABLED

public static final QueryVirtualCenterField ISENABLED

ISSUPPORTED

public static final QueryVirtualCenterField ISSUPPORTED
Since:
API 5.1, SDK 5.1

NAME

public static final QueryVirtualCenterField NAME

STATUS

public static final QueryVirtualCenterField STATUS

URL

public static final QueryVirtualCenterField URL

USERNAME

public static final QueryVirtualCenterField USERNAME

UUID

public static final QueryVirtualCenterField UUID

VCVERSION

public static final QueryVirtualCenterField VCVERSION

VSMIP

public static final QueryVirtualCenterField VSMIP
Method Detail

values

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

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

valueOf

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


Copyright © 2016. All Rights Reserved.