| Modifier and Type | Method and Description |
|---|---|
org.jclouds.domain.Location |
FindLocationForResource.apply(Reference resource)
searches for a location associated with this resource.
|
| Constructor and Description |
|---|
HardwareForVm(com.google.common.base.Function<Reference,org.jclouds.domain.Location> findLocationForResource,
VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder,
SectionForVApp<VirtualHardwareSection> findVirtualHardwareSectionForVm) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogReference |
class |
Link
A link.
|
class |
RoleReference |
class |
VAppReference |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
AdminVdc.networkPoolReference |
protected Reference |
AdminVdc.providerVdcReference |
protected Reference |
Group.role |
protected Reference |
AccessSetting.subject |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Reference> |
Vdc.availableNetworks |
protected Set<Reference> |
References.references |
protected Set<Reference> |
Group.usersList |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Reference.Builder.build() |
Reference |
Task.get()
The organization that started the task.
|
Reference |
CatalogItem.getEntity()
A reference to a VappTemplate or Media object.
|
Reference |
AdminVdc.getNetworkPoolReference()
Gets the value of the networkPoolReference property.
|
Reference |
Task.getOwner()
Reference to the owner of the task.
|
Reference |
AdminVdc.getProviderVdcReference()
Gets the value of the providerVdcReference property.
|
Reference |
User.getRole()
Gets the value of the role property.
|
Reference |
Group.getRole()
Gets the value of the role property.
|
Reference |
AccessSetting.getSubject()
Gets the value of the subject property.
|
Reference |
Task.getUser()
The user who started the task.
|
Reference |
Owner.getUser()
Gets the value of the user property.
|
Reference |
AbstractVAppType.getVAppParent()
Gets the value of the vAppParent property.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Reference> |
Vdc.getAvailableNetworks()
Gets the value of the availableNetworks property.
|
Set<Reference> |
Catalog.getCatalogItems()
Gets the value of the catalogItems property.
|
List<Reference> |
User.getGroups()
Gets the value of the groupReferences property.
|
Set<Reference> |
References.getReferences()
Gets the value of the reference property.
|
Set<Reference> |
Vdc.getResourceEntities()
Gets the value of the resourceEntities property.
|
Set<Reference> |
Group.getUsersList()
Gets the value of the users property.
|
| Modifier and Type | Method and Description |
|---|---|
B |
CatalogItem.Builder.entity(Reference entity) |
B |
Reference.Builder.fromReference(Reference in) |
B |
User.Builder.group(Reference group) |
B |
Catalog.Builder.item(Reference catalogItem) |
B |
Vdc.Builder.network(Reference availableNetwork) |
T |
AdminVdc.Builder.networkPoolReference(Reference networkPoolReference) |
B |
Task.Builder.org(Reference org) |
B |
Task.Builder.owner(Reference owner) |
B |
AbstractVAppType.Builder.parent(Reference vAppParent) |
T |
AdminVdc.Builder.providerVdcReference(Reference providerVdcReference) |
B |
Vdc.Builder.resourceEntity(Reference resourceEntity) |
B |
User.Builder.role(Reference role) |
B |
Group.Builder.role(Reference role) |
AccessSetting.Builder |
AccessSetting.Builder.subject(Reference subject) |
B |
Task.Builder.user(Reference user) |
B |
Owner.Builder.user(Reference user) |
B |
Group.Builder.user(Reference user) |
| Modifier and Type | Method and Description |
|---|---|
B |
Vdc.Builder.availableNetworks(Set<Reference> availableNetworks) |
B |
User.Builder.groups(List<Reference> groups) |
B |
Catalog.Builder.items(Iterable<Reference> catalogItems) |
T |
References.Builder.references(Set<Reference> references) |
B |
Vdc.Builder.resourceEntities(Set<Reference> resourceEntities) |
B |
Group.Builder.users(Iterable<Reference> users) |
| Constructor and Description |
|---|
AccessSetting(Reference subject,
String accessLevel) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
NetworkConfiguration.getParentNetwork() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration.Builder |
NetworkConfiguration.Builder.parentNetwork(Reference parentNetwork) |
| Constructor and Description |
|---|
NetworkConfiguration(IpScope ipScope,
Reference parentNetwork,
Network.FenceMode fenceMode,
Boolean retainNetInfoAcrossDeployments,
NetworkFeatures features,
SyslogServerSettings syslogServerSettings,
RouterInfo routerInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Reference> |
AdminOrg.groups |
protected Set<Reference> |
AdminOrg.networks |
protected Set<Reference> |
AdminOrg.users |
protected Set<Reference> |
AdminOrg.vdcs |
| Modifier and Type | Method and Description |
|---|---|
Reference |
OrgNetwork.getNetworkPool() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Reference> |
OrgList.delegate() |
Set<Reference> |
AdminOrg.getCatalogs()
Gets the value of the catalogs property.
|
Set<Reference> |
AdminOrg.getGroups()
Gets the value of the groups property.
|
Set<Reference> |
AdminOrg.getNetworks()
Gets the value of the networks property.
|
Set<Reference> |
AdminOrg.getUsers()
Gets the value of the users property.
|
Set<Reference> |
AdminOrg.getVdcs()
Gets the value of the vdcs property.
|
| Modifier and Type | Method and Description |
|---|---|
B |
AdminOrg.Builder.catalog(Reference catalog) |
B |
AdminOrg.Builder.group(Reference group) |
B |
AdminOrg.Builder.network(Reference network) |
T |
OrgNetwork.Builder.networkPool(Reference networkPool) |
OrgList.Builder |
OrgList.Builder.org(Reference org) |
B |
AdminOrg.Builder.user(Reference user) |
B |
AdminOrg.Builder.vdc(Reference vdc) |
| Modifier and Type | Method and Description |
|---|---|
B |
AdminOrg.Builder.catalogs(Iterable<Reference> catalogReferences) |
B |
AdminOrg.Builder.groups(Iterable<Reference> groups) |
B |
AdminOrg.Builder.networks(Iterable<Reference> networks) |
OrgList.Builder |
OrgList.Builder.orgs(Set<Reference> orgs) |
B |
AdminOrg.Builder.users(Iterable<Reference> users) |
B |
AdminOrg.Builder.vdcs(Iterable<Reference> vdcs) |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
MediaInsertOrEjectParams.media |
protected Reference |
SourcedCompositionItemParam.source |
protected Reference |
CloneVAppTemplateParams.source |
protected Reference |
CloneMediaParams.source |
protected Reference |
CaptureVAppParams.source |
protected Reference |
VAppCreationParams.vAppParent |
| Modifier and Type | Field and Description |
|---|---|
protected List<Reference> |
RecomposeVAppParams.removeItem |
| Modifier and Type | Method and Description |
|---|---|
Reference |
RelocateParams.getDatastore()
Gets the value of the datastore property.
|
Reference |
MediaInsertOrEjectParams.getMedia()
Gets the value of the media property.
|
Reference |
SourcedCompositionItemParam.getSource()
Gets the value of the source property.
|
Reference |
InstantiateVAppParams.getSource()
Gets the value of the source property.
|
Reference |
CloneVAppTemplateParams.getSource()
Gets the value of the source property.
|
Reference |
CloneMediaParams.getSource()
Gets the value of the source property.
|
Reference |
CaptureVAppParams.getSource()
Gets the value of the source property.
|
Reference |
VAppCreationParams.getVAppParent()
Reserved.
|
| Modifier and Type | Method and Description |
|---|---|
List<Reference> |
RecomposeVAppParams.getDeleteItem()
Gets the value of the removeItem property.
|
| Modifier and Type | Method and Description |
|---|---|
RelocateParams.Builder |
RelocateParams.Builder.datastore(Reference dataStore) |
MediaInsertOrEjectParams.Builder |
MediaInsertOrEjectParams.Builder.media(Reference media) |
SourcedCompositionItemParam.Builder |
SourcedCompositionItemParam.Builder.source(Reference source) |
B |
InstantiateVAppParams.Builder.source(Reference source) |
B |
CloneVAppTemplateParams.Builder.source(Reference source) |
B |
CloneMediaParams.Builder.source(Reference source) |
B |
CaptureVAppParams.Builder.source(Reference source) |
B |
VAppCreationParams.Builder.vAppParent(Reference vAppParent) |
| Modifier and Type | Method and Description |
|---|---|
B |
RecomposeVAppParams.Builder.removeItem(List<Reference> removeItem) |
| Constructor and Description |
|---|
MediaInsertOrEjectParams(Reference media) |
SourcedCompositionItemParam(Reference source,
String vAppScopedLocalId,
InstantiationParams instantiationParams,
Set<NetworkAssignment> networkAssignment,
Boolean sourceDelete) |
| Modifier and Type | Method and Description |
|---|---|
Set<Reference> |
QueryResultReferences.getReferences()
Set of references representing query results.
|
| Modifier and Type | Method and Description |
|---|---|
B |
QueryResultReferences.Builder.reference(Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
B |
QueryResultReferences.Builder.references(Set<? extends Reference> references) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Reference> |
ReferencePredicates.hrefEquals(URI href)
|
static <T extends Reference> |
ReferencePredicates.nameEquals(String name)
Matches
References with the given name. |
static <T extends Reference> |
ReferencePredicates.nameIn(Iterable<String> names)
Matches
References with names in the given collection. |
static <T extends Reference> |
ReferencePredicates.nameStartsWith(String prefix)
Matches
References with names starting with the given prefix. |
static <T extends Reference> |
ReferencePredicates.typeEquals(String type)
Matches
References of the given type. |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.