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

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

public enum QueryAdminVdcField
extends Enum<QueryAdminVdcField>
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
           
NETWORKPOOL
           
NUMBEROFDISKS
           
NUMBEROFMEDIA
           
NUMBEROFSTORAGEPROFILES
           
NUMBEROFVAPPS
           
NUMBEROFVAPPTEMPLATES
           
ORG
           
ORGNAME
           
PROVIDERVDC
           
PROVIDERVDCNAME
           
STATUS
           
STORAGEALLOCATIONMB
           
STORAGELIMITMB
           
STORAGEUSEDMB
           
 
Method Summary
static QueryAdminVdcField fromValue(String value)
           
 String value()
           
static QueryAdminVdcField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryAdminVdcField[] 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 QueryAdminVdcField ID
Since:
API 5.1, SDK 5.1

HREF

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

CPUALLOCATIONMHZ

public static final QueryAdminVdcField CPUALLOCATIONMHZ

CPULIMITMHZ

public static final QueryAdminVdcField CPULIMITMHZ

CPUUSEDMHZ

public static final QueryAdminVdcField CPUUSEDMHZ

ISBUSY

public static final QueryAdminVdcField ISBUSY

ISENABLED

public static final QueryAdminVdcField ISENABLED

ISSYSTEMVDC

public static final QueryAdminVdcField ISSYSTEMVDC

MEMORYALLOCATIONMB

public static final QueryAdminVdcField MEMORYALLOCATIONMB

MEMORYLIMITMB

public static final QueryAdminVdcField MEMORYLIMITMB

MEMORYUSEDMB

public static final QueryAdminVdcField MEMORYUSEDMB

NAME

public static final QueryAdminVdcField NAME

NETWORKPOOL

public static final QueryAdminVdcField NETWORKPOOL

NUMBEROFDISKS

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

NUMBEROFMEDIA

public static final QueryAdminVdcField NUMBEROFMEDIA

NUMBEROFSTORAGEPROFILES

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

NUMBEROFVAPPTEMPLATES

public static final QueryAdminVdcField NUMBEROFVAPPTEMPLATES

NUMBEROFVAPPS

public static final QueryAdminVdcField NUMBEROFVAPPS

ORG

public static final QueryAdminVdcField ORG

ORGNAME

public static final QueryAdminVdcField ORGNAME

PROVIDERVDC

public static final QueryAdminVdcField PROVIDERVDC

PROVIDERVDCNAME

public static final QueryAdminVdcField PROVIDERVDCNAME

STATUS

public static final QueryAdminVdcField STATUS

STORAGEALLOCATIONMB

public static final QueryAdminVdcField STORAGEALLOCATIONMB

STORAGELIMITMB

public static final QueryAdminVdcField STORAGELIMITMB

STORAGEUSEDMB

public static final QueryAdminVdcField STORAGEUSEDMB
Method Detail

values

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

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

valueOf

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


Copyright © 2016. All Rights Reserved.