|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Entity in org.jclouds.vcloud.director.v1_5.domain |
|---|
| Subclasses of Entity in org.jclouds.vcloud.director.v1_5.domain | |
|---|---|
class |
AbstractVAppType
Represents a base type for VAppType and VmType. |
class |
AdminCatalog
Admin representation of the container for meta data (key-value pair) associated to different entities in the system. |
class |
AdminVdc
Provides an administrative view of a vDC. |
class |
Catalog
Container for references to VAppTemplate and Media objects. |
class |
CatalogItem
Contains a reference to a VappTemplate or Media object and related metadata. |
class |
File
Represents a file to be transferred (uploaded or downloaded). |
class |
Group
Represents group in the system. |
class |
Media
Represents removable media, such as a CD-ROM, DVD or Floppy disk. |
class |
ResourceEntity
Base type that represents a resource entity such as a vApp template or virtual media. |
class |
Task
Represents an asynchronous or long-running task in the vCloud environment. |
class |
User
Represents users in the vCloud system. |
class |
VApp
Represents a vApp. |
class |
VAppTemplate
Represents a vApp template. |
class |
Vdc
Represents a virtual data center (vDC). |
class |
Vm
Represents a virtual machine. |
| Methods in org.jclouds.vcloud.director.v1_5.domain that return Entity | |
|---|---|
Entity |
Entity.Builder.build()
|
| Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Entity | |
|---|---|
B |
Reference.Builder.fromEntity(Entity in)
|
B |
Entity.Builder.fromEntityType(Entity in)
|
| Uses of Entity in org.jclouds.vcloud.director.v1_5.domain.network |
|---|
| Subclasses of Entity in org.jclouds.vcloud.director.v1_5.domain.network | |
|---|---|
class |
ExternalNetwork
Admin representation of external network. |
class |
Network
|
class |
VAppNetwork
Represents a vApp network. |
| Uses of Entity in org.jclouds.vcloud.director.v1_5.domain.org |
|---|
| Subclasses of Entity in org.jclouds.vcloud.director.v1_5.domain.org | |
|---|---|
class |
AdminOrg
The AdminOrg represents an administrative view of an organization. |
class |
Org
Represents an organization. |
class |
OrgNetwork
|
| Uses of Entity in org.jclouds.vcloud.director.v1_5.functions |
|---|
| Constructor parameters in org.jclouds.vcloud.director.v1_5.functions with type arguments of type Entity | |
|---|---|
URNToAdminHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache)
|
|
URNToHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache)
|
|
| Uses of Entity in org.jclouds.vcloud.director.v1_5.loaders |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.loaders that return Entity | |
|---|---|
Entity |
ResolveEntity.load(String input)
|
| Uses of Entity in org.jclouds.vcloud.director.v1_5.predicates |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.predicates with type parameters of type Entity | ||
|---|---|---|
static
|
EntityPredicates.hrefEquals(URI href)
Matches entities with the given URI. |
|
static
|
EntityPredicates.idEquals(String id)
Matches entities with the given id. |
|
static
|
EntityPredicates.nameEquals(String name)
Matches entities with the given name. |
|
static
|
EntityPredicates.nameIn(Iterable<String> names)
Matches entities with names in the given collection. |
|
static
|
EntityPredicates.nameStartsWith(String prefix)
Matches entities with names starting with the given prefix. |
|
static
|
EntityPredicates.typeEquals(String type)
Matches entities of the given type. |
|
| Uses of Entity in org.jclouds.vcloud.director.v1_5.user |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.user that return Entity | |
|---|---|
Entity |
VCloudDirectorApi.resolveEntity(String urn)
Redirects to the URL of an entity with the given VCD ID. |
| Methods in org.jclouds.vcloud.director.v1_5.user that return types with arguments of type Entity | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Entity> |
VCloudDirectorAsyncApi.resolveEntity(String id)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||