org.jclouds.vcloud.director.v1_5.domain
Enum Link.Rel
java.lang.Object
java.lang.Enum<Link.Rel>
org.jclouds.vcloud.director.v1_5.domain.Link.Rel
- All Implemented Interfaces:
- Serializable, Comparable<Link.Rel>
- Enclosing class:
- Link
public static enum Link.Rel
- extends Enum<Link.Rel>
ADD
public static final Link.Rel ADD
ALTERNATE
public static final Link.Rel ALTERNATE
CATALOG_ITEM
public static final Link.Rel CATALOG_ITEM
COLLABORATION_ABORT
public static final Link.Rel COLLABORATION_ABORT
COLLABORATION_FAIL
public static final Link.Rel COLLABORATION_FAIL
COLLABORATION_RESUME
public static final Link.Rel COLLABORATION_RESUME
CONSOLIDATE
public static final Link.Rel CONSOLIDATE
CONTROL_ACCESS
public static final Link.Rel CONTROL_ACCESS
COPY
public static final Link.Rel COPY
DEPLOY
public static final Link.Rel DEPLOY
DISABLE
public static final Link.Rel DISABLE
DISCARD_STATE
public static final Link.Rel DISCARD_STATE
DOWN
public static final Link.Rel DOWN
DOWNLOAD_ALTERNATE
public static final Link.Rel DOWNLOAD_ALTERNATE
DOWNLOAD_DEFAULT
public static final Link.Rel DOWNLOAD_DEFAULT
EDIT
public static final Link.Rel EDIT
ENABLE
public static final Link.Rel ENABLE
ENTITY_RESOLVER
public static final Link.Rel ENTITY_RESOLVER
FIRST_PAGE
public static final Link.Rel FIRST_PAGE
INSTALL_VMWARE_TOOLS
public static final Link.Rel INSTALL_VMWARE_TOOLS
LAST_PAGE
public static final Link.Rel LAST_PAGE
EJECT_MEDIA
public static final Link.Rel EJECT_MEDIA
INSERT_MEDIA
public static final Link.Rel INSERT_MEDIA
MOVE
public static final Link.Rel MOVE
NEXT_PAGE
public static final Link.Rel NEXT_PAGE
OVA
public static final Link.Rel OVA
OVF
public static final Link.Rel OVF
POWER_OFF
public static final Link.Rel POWER_OFF
POWER_ON
public static final Link.Rel POWER_ON
REBOOT
public static final Link.Rel REBOOT
RESET
public static final Link.Rel RESET
SHUTDOWN
public static final Link.Rel SHUTDOWN
SUSPEND
public static final Link.Rel SUSPEND
PREVIOUS_PAGE
public static final Link.Rel PREVIOUS_PAGE
PUBLISH
public static final Link.Rel PUBLISH
RECOMPOSE
public static final Link.Rel RECOMPOSE
RECONNECT
public static final Link.Rel RECONNECT
REGISTER
public static final Link.Rel REGISTER
REJECT
public static final Link.Rel REJECT
RELOCATE
public static final Link.Rel RELOCATE
REMOVE
public static final Link.Rel REMOVE
SCREEN_ACQUIRE_TICKET
public static final Link.Rel SCREEN_ACQUIRE_TICKET
SCREEN_THUMBNAIL
public static final Link.Rel SCREEN_THUMBNAIL
SYNC_SYSLOG_SETTINGS
public static final Link.Rel SYNC_SYSLOG_SETTINGS
TASK_CANCEL
public static final Link.Rel TASK_CANCEL
BLOCKING_TASK
public static final Link.Rel BLOCKING_TASK
TASK_OWNER
public static final Link.Rel TASK_OWNER
TASK_PARAMS
public static final Link.Rel TASK_PARAMS
TASK_REQUEST
public static final Link.Rel TASK_REQUEST
UNDEPLOY
public static final Link.Rel UNDEPLOY
UNLOCK
public static final Link.Rel UNLOCK
UNREGISTER
public static final Link.Rel UNREGISTER
UP
public static final Link.Rel UP
UPDATE_PROGRESS
public static final Link.Rel UPDATE_PROGRESS
UPGRADE
public static final Link.Rel UPGRADE
UPLOAD_ALTERNATE
public static final Link.Rel UPLOAD_ALTERNATE
UPLOAD_DEFAULT
public static final Link.Rel UPLOAD_DEFAULT
REPAIR
public static final Link.Rel REPAIR
UNRECOGNIZED
public static final Link.Rel UNRECOGNIZED
ALL
public static final List<Link.Rel> ALL
stringValue
protected final String stringValue
REL_BY_ID
protected static final Map<String,Link.Rel> REL_BY_ID
values
public static Link.Rel[] 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 (Link.Rel c : Link.Rel.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Link.Rel 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()
fromValue
public static Link.Rel fromValue(String value)
Copyright © 2009-2012 jclouds. All Rights Reserved.