com.vmware.vcloud.sdk.constants
Enum EntityType

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

public enum EntityType
extends Enum<EntityType>

This class represents the different notification entity types.

Since:
API 1.5, SDK 1.5
Author:
Ecosystem Engineering

Enum Constant Summary
BLOCKING_TASK
           
CATALOG
           
CATALOG_ITEM
           
DATASTORE
           
DISK
           
GATEWAY
           
GROUP
           
HOST
           
LICENSE_REPORT
           
MEDIA
           
NETWORK
           
NETWORK_POOL
           
ORGANIZATION
           
PROVIDER_VDC
           
PROVIDER_VDC_STORAGE_PROFILE
           
RIGHT
           
ROLE
           
STRANDED_ITEM
           
TASK
           
USER
           
VAPP
           
VAPP_TEMPLATE
           
VDC
           
VDC_STORAGE_PROFILE
           
VIM_SERVER
           
VM
           
 
Method Summary
static EntityType fromValue(String value)
           
 String value()
           
static EntityType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityType[] 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

ORGANIZATION

public static final EntityType ORGANIZATION

CATALOG

public static final EntityType CATALOG

CATALOG_ITEM

public static final EntityType CATALOG_ITEM

USER

public static final EntityType USER

GROUP

public static final EntityType GROUP

ROLE

public static final EntityType ROLE

RIGHT

public static final EntityType RIGHT

TASK

public static final EntityType TASK

NETWORK

public static final EntityType NETWORK

NETWORK_POOL

public static final EntityType NETWORK_POOL

VAPP

public static final EntityType VAPP

VAPP_TEMPLATE

public static final EntityType VAPP_TEMPLATE

VM

public static final EntityType VM

MEDIA

public static final EntityType MEDIA

HOST

public static final EntityType HOST

VIM_SERVER

public static final EntityType VIM_SERVER

PROVIDER_VDC

public static final EntityType PROVIDER_VDC

VDC

public static final EntityType VDC

DATASTORE

public static final EntityType DATASTORE

LICENSE_REPORT

public static final EntityType LICENSE_REPORT

BLOCKING_TASK

public static final EntityType BLOCKING_TASK

DISK

public static final EntityType DISK
Since:
API 5.1, SDK 5.1

GATEWAY

public static final EntityType GATEWAY
Since:
API 5.1, SDK 5.1

STRANDED_ITEM

public static final EntityType STRANDED_ITEM
Since:
API 5.1, SDK 5.1

VDC_STORAGE_PROFILE

public static final EntityType VDC_STORAGE_PROFILE
Since:
API 5.1, SDK 5.1

PROVIDER_VDC_STORAGE_PROFILE

public static final EntityType PROVIDER_VDC_STORAGE_PROFILE
Since:
API 5.1, SDK 5.1
Method Detail

values

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

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

valueOf

public static EntityType 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

fromValue

public static EntityType fromValue(String value)

value

public String value()


Copyright © 2016. All Rights Reserved.