|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<VimObjectTypeEnum>
com.vmware.vcloud.sdk.constants.VimObjectTypeEnum
public enum VimObjectTypeEnum
VimObjectEnum constants
| Enum Constant Summary | |
|---|---|
CLUSTER_COMPUTE_RESOURCE
vSphere cluster compute resource. |
|
DATASTORE
vSphere data store. |
|
DATASTORE_CLUSTER
vSphere datastore cluster |
|
DV_PORTGROUP
vSphere distributed virtual port group. |
|
DV_SWITCH
vSphere distributed virtual switch. |
|
FILE
vSphere file |
|
FOLDER
vSphere folder |
|
HOST
vSphere host. |
|
NETWORK
vSphere network. |
|
RESOURCE_POOL
vSphere resource pool. |
|
SHIELD_MANAGER
vShield Manager object |
|
STORAGE_PROFILE
vSphere storage profile |
|
VIRTUAL_APP
vSphere virtual application. |
|
VIRTUAL_MACHINE
vSphere virtual machine. |
|
| Method Summary | |
|---|---|
static VimObjectTypeEnum |
fromValue(String value)
|
String |
value()
|
static VimObjectTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VimObjectTypeEnum[] |
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 |
|---|
public static final VimObjectTypeEnum CLUSTER_COMPUTE_RESOURCE
public static final VimObjectTypeEnum RESOURCE_POOL
public static final VimObjectTypeEnum DATASTORE
public static final VimObjectTypeEnum HOST
public static final VimObjectTypeEnum VIRTUAL_MACHINE
public static final VimObjectTypeEnum VIRTUAL_APP
public static final VimObjectTypeEnum NETWORK
public static final VimObjectTypeEnum DV_PORTGROUP
public static final VimObjectTypeEnum DV_SWITCH
public static final VimObjectTypeEnum FILE
public static final VimObjectTypeEnum FOLDER
public static final VimObjectTypeEnum DATASTORE_CLUSTER
public static final VimObjectTypeEnum STORAGE_PROFILE
public static final VimObjectTypeEnum SHIELD_MANAGER
| Method Detail |
|---|
public static VimObjectTypeEnum[] values()
for (VimObjectTypeEnum c : VimObjectTypeEnum.values()) System.out.println(c);
public static VimObjectTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static VimObjectTypeEnum fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||