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

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

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

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

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

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

Methods in org.jclouds.vcloud.director.v1_5.features that return RuntimeInfoSection
 RuntimeInfoSection VmApi.getRuntimeInfoSection(String vmUrn)
          Retrieves the runtime info section of a Vm.
 RuntimeInfoSection VmApi.getRuntimeInfoSection(URI vmHref)
           
 

Methods in org.jclouds.vcloud.director.v1_5.features that return types with arguments of type RuntimeInfoSection
 com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> VmAsyncApi.getRuntimeInfoSection(String vmUrn)
           
 com.google.common.util.concurrent.ListenableFuture<RuntimeInfoSection> VmAsyncApi.getRuntimeInfoSection(URI vmHref)
           
 



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