Uses of Class
org.jclouds.ovf.DiskSection

Packages that use DiskSection
org.jclouds.ovf   
org.jclouds.ovf.internal   
 

Uses of DiskSection in org.jclouds.ovf
 

Methods in org.jclouds.ovf that return DiskSection
 DiskSection DiskSection.Builder.build()
          
 

Methods in org.jclouds.ovf with parameters of type DiskSection
 Envelope.Builder Envelope.Builder.diskSection(DiskSection diskSection)
          
 DiskSection.Builder DiskSection.Builder.fromDiskSection(DiskSection in)
           
 

Method parameters in org.jclouds.ovf with type arguments of type DiskSection
 Envelope.Builder Envelope.Builder.diskSections(Iterable<? extends DiskSection> diskSections)
          
 DiskSection.Builder DiskSection.Builder.fromSection(Section<DiskSection> in)
          
 

Constructor parameters in org.jclouds.ovf with type arguments of type DiskSection
Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
           
 

Uses of DiskSection in org.jclouds.ovf.internal
 

Fields in org.jclouds.ovf.internal with type parameters of type DiskSection
protected  Set<DiskSection> BaseEnvelope.Builder.diskSections
           
 

Methods in org.jclouds.ovf.internal that return types with arguments of type DiskSection
 Set<? extends DiskSection> BaseEnvelope.getDiskSections()
           
 

Methods in org.jclouds.ovf.internal with parameters of type DiskSection
 BaseEnvelope.Builder<V,E> BaseEnvelope.Builder.diskSection(DiskSection diskSection)
           
 

Method parameters in org.jclouds.ovf.internal with type arguments of type DiskSection
 BaseEnvelope.Builder<V,E> BaseEnvelope.Builder.diskSections(Iterable<? extends DiskSection> diskSections)
           
 

Constructor parameters in org.jclouds.ovf.internal with type arguments of type DiskSection
BaseEnvelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, V virtualSystem)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.