Uses of Class
org.jclouds.vcloud.director.v1_5.domain.Reference

Packages that use Reference
org.jclouds.vcloud.director.v1_5.compute.functions   
org.jclouds.vcloud.director.v1_5.domain   
org.jclouds.vcloud.director.v1_5.domain.network   
org.jclouds.vcloud.director.v1_5.domain.org   
org.jclouds.vcloud.director.v1_5.domain.params   
org.jclouds.vcloud.director.v1_5.domain.query   
org.jclouds.vcloud.director.v1_5.predicates   
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.compute.functions
 

Methods in org.jclouds.vcloud.director.v1_5.compute.functions with parameters of type Reference
 org.jclouds.domain.Location FindLocationForResource.apply(Reference resource)
          searches for a location associated with this resource.
 

Constructor parameters in org.jclouds.vcloud.director.v1_5.compute.functions with type arguments of type Reference
HardwareForVm(com.google.common.base.Function<Reference,org.jclouds.domain.Location> findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder, SectionForVApp<VirtualHardwareSection> findVirtualHardwareSectionForVm)
           
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.domain
 

Subclasses of Reference in org.jclouds.vcloud.director.v1_5.domain
 class CatalogReference
           
 class Link
          A link.
 class RoleReference
           
 class VAppReference
           
 

Fields in org.jclouds.vcloud.director.v1_5.domain declared as Reference
protected  Reference AdminVdc.networkPoolReference
           
protected  Reference AdminVdc.providerVdcReference
           
protected  Reference Group.role
           
protected  Reference AccessSetting.subject
           
 

Fields in org.jclouds.vcloud.director.v1_5.domain with type parameters of type Reference
protected  Set<Reference> Vdc.availableNetworks
           
protected  Set<Reference> References.references
           
protected  Set<Reference> Group.usersList
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return Reference
 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.
 

Methods in org.jclouds.vcloud.director.v1_5.domain that return types with arguments of type Reference
 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.
 

Methods in org.jclouds.vcloud.director.v1_5.domain with parameters of type Reference
 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)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain with type arguments of type Reference
 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)
           
 

Constructors in org.jclouds.vcloud.director.v1_5.domain with parameters of type Reference
AccessSetting(Reference subject, String accessLevel)
           
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.domain.network
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network that return Reference
 Reference NetworkConfiguration.getParentNetwork()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type Reference
 NetworkConfiguration.Builder NetworkConfiguration.Builder.parentNetwork(Reference parentNetwork)
           
 

Constructors in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type Reference
NetworkConfiguration(IpScope ipScope, Reference parentNetwork, Network.FenceMode fenceMode, Boolean retainNetInfoAcrossDeployments, NetworkFeatures features, SyslogServerSettings syslogServerSettings, RouterInfo routerInfo)
           
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.domain.org
 

Fields in org.jclouds.vcloud.director.v1_5.domain.org with type parameters of type Reference
protected  Set<Reference> AdminOrg.groups
           
protected  Set<Reference> AdminOrg.networks
           
protected  Set<Reference> AdminOrg.users
           
protected  Set<Reference> AdminOrg.vdcs
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org that return Reference
 Reference OrgNetwork.getNetworkPool()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org that return types with arguments of type Reference
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.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.org with parameters of type Reference
 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)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.org with type arguments of type Reference
 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)
           
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.domain.params
 

Fields in org.jclouds.vcloud.director.v1_5.domain.params declared as Reference
protected  Reference MediaInsertOrEjectParams.media
           
protected  Reference SourcedCompositionItemParam.source
           
protected  Reference CloneVAppTemplateParams.source
           
protected  Reference CloneMediaParams.source
           
protected  Reference CaptureVAppParams.source
           
protected  Reference VAppCreationParams.vAppParent
           
 

Fields in org.jclouds.vcloud.director.v1_5.domain.params with type parameters of type Reference
protected  List<Reference> RecomposeVAppParams.removeItem
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params that return Reference
 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.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params that return types with arguments of type Reference
 List<Reference> RecomposeVAppParams.getDeleteItem()
          Gets the value of the removeItem property.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.params with parameters of type Reference
 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)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.params with type arguments of type Reference
 B RecomposeVAppParams.Builder.removeItem(List<Reference> removeItem)
           
 

Constructors in org.jclouds.vcloud.director.v1_5.domain.params with parameters of type Reference
MediaInsertOrEjectParams(Reference media)
           
SourcedCompositionItemParam(Reference source, String vAppScopedLocalId, InstantiationParams instantiationParams, Set<NetworkAssignment> networkAssignment, Boolean sourceDelete)
           
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.domain.query
 

Methods in org.jclouds.vcloud.director.v1_5.domain.query that return types with arguments of type Reference
 Set<Reference> QueryResultReferences.getReferences()
          Set of references representing query results.
 

Methods in org.jclouds.vcloud.director.v1_5.domain.query with parameters of type Reference
 B QueryResultReferences.Builder.reference(Reference reference)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.query with type arguments of type Reference
 B QueryResultReferences.Builder.references(Set<? extends Reference> references)
           
 

Uses of Reference in org.jclouds.vcloud.director.v1_5.predicates
 

Methods in org.jclouds.vcloud.director.v1_5.predicates with type parameters of type Reference
static
<T extends Reference>
com.google.common.base.Predicate<T>
ReferencePredicates.hrefEquals(URI href)
          Matches References with the given URI.
static
<T extends Reference>
com.google.common.base.Predicate<T>
ReferencePredicates.nameEquals(String name)
          Matches References with the given name.
static
<T extends Reference>
com.google.common.base.Predicate<T>
ReferencePredicates.nameIn(Iterable<String> names)
          Matches References with names in the given collection.
static
<T extends Reference>
com.google.common.base.Predicate<T>
ReferencePredicates.nameStartsWith(String prefix)
          Matches References with names starting with the given prefix.
static
<T extends Reference>
com.google.common.base.Predicate<T>
ReferencePredicates.typeEquals(String type)
          Matches References of the given type.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.