org.jclouds.vcloud.director.v1_5.domain
Enum ResourceEntity.Status

java.lang.Object
  extended by java.lang.Enum<ResourceEntity.Status>
      extended by org.jclouds.vcloud.director.v1_5.domain.ResourceEntity.Status
All Implemented Interfaces:
Serializable, Comparable<ResourceEntity.Status>
Enclosing class:
ResourceEntity

public static enum ResourceEntity.Status
extends Enum<ResourceEntity.Status>


Enum Constant Summary
DEPLOYED
           
FAILED_CREATION
           
INCONSISTENT_STATE
           
MIXED
           
POWERED_OFF
           
POWERED_ON
           
RESOLVED
           
SUSPENDED
           
UNKNOWN
           
UNRECOGNIZED
           
UNRECOGNIZED_VALUE
           
UNRESOLVED
           
UPLOAD_COPYING
           
UPLOAD_DISK_PENDING
           
UPLOAD_OVF_PENDING
           
UPLOAD_QUARANTINE_EXPIRED
           
UPLOAD_QUARANTINED
           
WAITING_FOR_INPUT
           
 
Method Summary
static ResourceEntity.Status fromValue(int value)
           
 String getDescription()
           
 Integer getValue()
           
 boolean isVApp()
           
 boolean isVAppTemplate()
           
 boolean isVm()
           
static ResourceEntity.Status valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceEntity.Status[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FAILED_CREATION

public static final ResourceEntity.Status FAILED_CREATION

UNRESOLVED

public static final ResourceEntity.Status UNRESOLVED

RESOLVED

public static final ResourceEntity.Status RESOLVED

DEPLOYED

public static final ResourceEntity.Status DEPLOYED

SUSPENDED

public static final ResourceEntity.Status SUSPENDED

POWERED_ON

public static final ResourceEntity.Status POWERED_ON

WAITING_FOR_INPUT

public static final ResourceEntity.Status WAITING_FOR_INPUT

UNKNOWN

public static final ResourceEntity.Status UNKNOWN

UNRECOGNIZED

public static final ResourceEntity.Status UNRECOGNIZED

POWERED_OFF

public static final ResourceEntity.Status POWERED_OFF

INCONSISTENT_STATE

public static final ResourceEntity.Status INCONSISTENT_STATE

MIXED

public static final ResourceEntity.Status MIXED

UPLOAD_OVF_PENDING

public static final ResourceEntity.Status UPLOAD_OVF_PENDING

UPLOAD_COPYING

public static final ResourceEntity.Status UPLOAD_COPYING

UPLOAD_DISK_PENDING

public static final ResourceEntity.Status UPLOAD_DISK_PENDING

UPLOAD_QUARANTINED

public static final ResourceEntity.Status UPLOAD_QUARANTINED

UPLOAD_QUARANTINE_EXPIRED

public static final ResourceEntity.Status UPLOAD_QUARANTINE_EXPIRED

UNRECOGNIZED_VALUE

public static final ResourceEntity.Status UNRECOGNIZED_VALUE
Method Detail

values

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

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

valueOf

public static ResourceEntity.Status 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

getValue

public Integer getValue()

getDescription

public String getDescription()

isVAppTemplate

public boolean isVAppTemplate()

isVApp

public boolean isVApp()

isVm

public boolean isVm()

fromValue

public static ResourceEntity.Status fromValue(int value)


Copyright © 2009-2012 jclouds. All Rights Reserved.