| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entity.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
B |
Reference.Builder.fromEntity(Entity in) |
B |
Entity.Builder.fromEntityType(Entity in) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalNetwork
Admin representation of external network.
|
class |
Network |
class |
VAppNetwork
Represents a vApp network.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdminOrg
The AdminOrg represents an administrative view of an organization.
|
class |
Org
Represents an organization.
|
class |
OrgNetwork |
| Constructor and Description |
|---|
URNToAdminHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache) |
URNToHref(com.google.common.cache.LoadingCache<String,Entity> resolveEntityCache) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
ResolveEntity.load(String input) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Entity> |
EntityPredicates.hrefEquals(URI href)
Matches
entities with the given URI. |
static <T extends Entity> |
EntityPredicates.idEquals(String id)
Matches
entities with the given id. |
static <T extends Entity> |
EntityPredicates.nameEquals(String name)
Matches
entities with the given name. |
static <T extends Entity> |
EntityPredicates.nameIn(Iterable<String> names)
Matches
entities with names in the given collection. |
static <T extends Entity> |
EntityPredicates.nameStartsWith(String prefix)
Matches
entities with names starting with the given prefix. |
static <T extends Entity> |
EntityPredicates.typeEquals(String type)
Matches
entities of the given type. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
VCloudDirectorApi.resolveEntity(String urn)
Redirects to the URL of an entity with the given VCD ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Entity> |
VCloudDirectorAsyncApi.resolveEntity(String id) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.