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

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

public enum QueryOrgVdcField
extends Enum<QueryOrgVdcField>
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
CPUALLOCATIONMHZ
           
CPULIMITMHZ
           
CPUUSEDMHZ
           
HREF
           
ID
           
ISBUSY
           
ISENABLED
           
ISSYSTEMVDC
           
MEMORYALLOCATIONMB
           
MEMORYLIMITMB
           
MEMORYUSEDMB
           
NAME
           
NUMBEROFDATASTORES
           
NUMBEROFDISKS
           
NUMBEROFMEDIA
           
NUMBEROFSTORAGEPROFILES
           
NUMBEROFVAPPS
           
NUMBEROFVAPPTEMPLATES
           
ORGNAME
           
PROVIDERVDC
           
PROVIDERVDCNAME
           
STATUS
           
STORAGEALLOCATIONMB
           
STORAGELIMITMB
           
STORAGEUSEDMB
           
 
Method Summary
static QueryOrgVdcField fromValue(String value)
           
 String value()
           
static QueryOrgVdcField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryOrgVdcField[] 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 QueryOrgVdcField ID
Since:
API 5.1, SDK 5.1

HREF

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

CPUALLOCATIONMHZ

public static final QueryOrgVdcField CPUALLOCATIONMHZ

CPULIMITMHZ

public static final QueryOrgVdcField CPULIMITMHZ

CPUUSEDMHZ

public static final QueryOrgVdcField CPUUSEDMHZ

ISBUSY

public static final QueryOrgVdcField ISBUSY

ISENABLED

public static final QueryOrgVdcField ISENABLED

ISSYSTEMVDC

public static final QueryOrgVdcField ISSYSTEMVDC

MEMORYALLOCATIONMB

public static final QueryOrgVdcField MEMORYALLOCATIONMB

MEMORYLIMITMB

public static final QueryOrgVdcField MEMORYLIMITMB

MEMORYUSEDMB

public static final QueryOrgVdcField MEMORYUSEDMB

NAME

public static final QueryOrgVdcField NAME

NUMBEROFDATASTORES

public static final QueryOrgVdcField NUMBEROFDATASTORES

NUMBEROFDISKS

public static final QueryOrgVdcField NUMBEROFDISKS
Since:
API 5.1, SDK 5.1

NUMBEROFMEDIA

public static final QueryOrgVdcField NUMBEROFMEDIA

NUMBEROFSTORAGEPROFILES

public static final QueryOrgVdcField NUMBEROFSTORAGEPROFILES
Since:
API 5.1, SDK 5.1

NUMBEROFVAPPTEMPLATES

public static final QueryOrgVdcField NUMBEROFVAPPTEMPLATES

NUMBEROFVAPPS

public static final QueryOrgVdcField NUMBEROFVAPPS

ORGNAME

public static final QueryOrgVdcField ORGNAME

PROVIDERVDC

public static final QueryOrgVdcField PROVIDERVDC

PROVIDERVDCNAME

public static final QueryOrgVdcField PROVIDERVDCNAME

STATUS

public static final QueryOrgVdcField STATUS

STORAGEALLOCATIONMB

public static final QueryOrgVdcField STORAGEALLOCATIONMB

STORAGELIMITMB

public static final QueryOrgVdcField STORAGELIMITMB

STORAGEUSEDMB

public static final QueryOrgVdcField STORAGEUSEDMB
Method Detail

values

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

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

valueOf

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


Copyright © 2016. All Rights Reserved.