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

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

public enum QueryVMWProviderVdcField
extends Enum<QueryVMWProviderVdcField>
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
           
ISDELETED
           
ISENABLED
           
MEMORYALLOCATIONMB
           
MEMORYLIMITMB
           
MEMORYUSEDMB
           
NAME
           
NUMBEROFDATASTORES
           
NUMBEROFSTORAGEPROFILES
           
NUMBEROFVDCS
           
STATUS
           
STORAGEALLOCATIONMB
           
STORAGELIMITMB
           
STORAGEUSEDMB
           
VCPURATINGMHZ
           
 
Method Summary
static QueryVMWProviderVdcField fromValue(String value)
           
 String value()
           
static QueryVMWProviderVdcField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryVMWProviderVdcField[] 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 QueryVMWProviderVdcField ID
Since:
API 5.1, SDK 5.1

HREF

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

CPUALLOCATIONMHZ

public static final QueryVMWProviderVdcField CPUALLOCATIONMHZ

CPULIMITMHZ

public static final QueryVMWProviderVdcField CPULIMITMHZ

CPUUSEDMHZ

public static final QueryVMWProviderVdcField CPUUSEDMHZ

ISBUSY

public static final QueryVMWProviderVdcField ISBUSY

ISDELETED

public static final QueryVMWProviderVdcField ISDELETED

ISENABLED

public static final QueryVMWProviderVdcField ISENABLED

MEMORYALLOCATIONMB

public static final QueryVMWProviderVdcField MEMORYALLOCATIONMB

MEMORYLIMITMB

public static final QueryVMWProviderVdcField MEMORYLIMITMB

MEMORYUSEDMB

public static final QueryVMWProviderVdcField MEMORYUSEDMB

NAME

public static final QueryVMWProviderVdcField NAME

NUMBEROFDATASTORES

public static final QueryVMWProviderVdcField NUMBEROFDATASTORES

NUMBEROFSTORAGEPROFILES

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

NUMBEROFVDCS

public static final QueryVMWProviderVdcField NUMBEROFVDCS

STATUS

public static final QueryVMWProviderVdcField STATUS

STORAGEALLOCATIONMB

public static final QueryVMWProviderVdcField STORAGEALLOCATIONMB

STORAGELIMITMB

public static final QueryVMWProviderVdcField STORAGELIMITMB

STORAGEUSEDMB

public static final QueryVMWProviderVdcField STORAGEUSEDMB

VCPURATINGMHZ

public static final QueryVMWProviderVdcField VCPURATINGMHZ
Method Detail

values

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

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

valueOf

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


Copyright © 2016. All Rights Reserved.