Uses of Class
org.jclouds.vcloud.director.v1_5.domain.section.LeaseSettingsSection

Packages that use LeaseSettingsSection
org.jclouds.vcloud.director.v1_5.domain.section   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of LeaseSettingsSection in org.jclouds.vcloud.director.v1_5.domain.section
 

Methods in org.jclouds.vcloud.director.v1_5.domain.section that return LeaseSettingsSection
 LeaseSettingsSection LeaseSettingsSection.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.section with parameters of type LeaseSettingsSection
 B LeaseSettingsSection.Builder.fromLeaseSettingsSection(LeaseSettingsSection in)
           
 

Uses of LeaseSettingsSection in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features that return LeaseSettingsSection
 LeaseSettingsSection VAppTemplateApi.getLeaseSettingsSection(String templateUrn)
          Retrieves the lease settings section of a vApp or vApp template
 LeaseSettingsSection VAppApi.getLeaseSettingsSection(String vAppUrn)
          Retrieves the lease settings section of a VApp.
 LeaseSettingsSection VAppTemplateApi.getLeaseSettingsSection(URI templateHref)
           
 LeaseSettingsSection VAppApi.getLeaseSettingsSection(URI vAppHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type LeaseSettingsSection
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppTemplateAsyncApi.getLeaseSettingsSection(String templateUrn)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppAsyncApi.getLeaseSettingsSection(String vAppUrn)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppTemplateAsyncApi.getLeaseSettingsSection(URI templateHref)
           
 com.google.common.util.concurrent.ListenableFuture<LeaseSettingsSection> VAppAsyncApi.getLeaseSettingsSection(URI vAppHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features with parameters of type LeaseSettingsSection
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.editLeaseSettingsSection(String templateUrn, LeaseSettingsSection settingsSection)
           
 Task VAppTemplateApi.editLeaseSettingsSection(String templateUrn, LeaseSettingsSection section)
          Modifies the lease settings section of a vApp or vApp template.
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.editLeaseSettingsSection(String vAppUrn, LeaseSettingsSection section)
           
 Task VAppApi.editLeaseSettingsSection(String vAppUrn, LeaseSettingsSection section)
          Modifies the lease settings section of a VApp.
 com.google.common.util.concurrent.ListenableFuture<Task> VAppTemplateAsyncApi.editLeaseSettingsSection(URI templateHref, LeaseSettingsSection settingsSection)
           
 Task VAppTemplateApi.editLeaseSettingsSection(URI templateHref, LeaseSettingsSection section)
           
 com.google.common.util.concurrent.ListenableFuture<Task> VAppAsyncApi.editLeaseSettingsSection(URI vAppHref, LeaseSettingsSection section)
           
 Task VAppApi.editLeaseSettingsSection(URI vAppHref, LeaseSettingsSection section)
           
 



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