Uses of Class
org.jclouds.ovf.Section

Packages that use Section
org.jclouds.ovf   
org.jclouds.ovf.internal   
org.jclouds.ovf.xml   
org.jclouds.ovf.xml.internal   
 

Uses of Section in org.jclouds.ovf
 

Classes in org.jclouds.ovf with type parameters of type Section
 class Section<T extends Section<T>>
          Metadata about a virtual machine or grouping of them
static class Section.Builder<T extends Section<T>>
           
 

Subclasses of Section in org.jclouds.ovf
 class DeploymentOptionSection
          The DeploymentOptionSection specifies a discrete set of intended resource configurations.
 class DiskSection
          A DiskSection describes meta-information about virtual disks in the OVF package.
 class NetworkSection
          The NetworkSection element shall list all logical networks used in the OVF package.
 class OperatingSystemSection
          An OperatingSystemSection specifies the operating system installed on a virtual machine.
 class ProductSection
          The ProductSection element specifies product-information for an appliance, such as product name, version, and vendor.
 class VirtualHardwareSection
          The virtual hardware required by a virtual machine is specified in VirtualHardwareSection.
 class VirtualSystem
           
 

Methods in org.jclouds.ovf with type parameters of type Section
static
<T extends Section<T>>
Section.Builder<T>
Section.builder()
           
 

Methods in org.jclouds.ovf that return Section
 Section<T> Section.Builder.build()
           
 

Methods in org.jclouds.ovf with parameters of type Section
 VirtualSystem.Builder VirtualSystem.Builder.additionalSection(String name, Section additionalSection)
          
 Envelope.Builder Envelope.Builder.additionalSection(String name, Section additionalSection)
          
 DeploymentOptionSection.Builder DeploymentOptionSection.Builder.fromSection(Section<DeploymentOptionSection> in)
          
 DiskSection.Builder DiskSection.Builder.fromSection(Section<DiskSection> in)
          
 NetworkSection.Builder NetworkSection.Builder.fromSection(Section<NetworkSection> in)
          
 OperatingSystemSection.Builder OperatingSystemSection.Builder.fromSection(Section<OperatingSystemSection> in)
          
 ProductSection.Builder ProductSection.Builder.fromSection(Section<ProductSection> in)
          
 Section.Builder<T> Section.Builder.fromSection(Section<T> in)
           
 VirtualHardwareSection.Builder VirtualHardwareSection.Builder.fromSection(Section<VirtualHardwareSection> in)
          
 VirtualSystem.Builder VirtualSystem.Builder.fromSection(Section<VirtualSystem> in)
          
 

Method parameters in org.jclouds.ovf with type arguments of type Section
 VirtualSystem.Builder VirtualSystem.Builder.additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
          
 Envelope.Builder Envelope.Builder.additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
          
 

Constructor parameters in org.jclouds.ovf with type arguments of type Section
Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
           
VirtualSystem(String id, String info, String name, OperatingSystemSection operatingSystem, Iterable<? extends VirtualHardwareSection> virtualHardwareSections, Iterable<? extends ProductSection> productSections, com.google.common.collect.Multimap<String,Section> additionalSections)
           
 

Uses of Section in org.jclouds.ovf.internal
 

Subclasses of Section in org.jclouds.ovf.internal
 class BaseVirtualSystem<T extends BaseVirtualSystem<T>>
           
 

Fields in org.jclouds.ovf.internal with type parameters of type Section
protected  com.google.common.collect.Multimap<String,Section> BaseVirtualSystem.additionalSections
           
protected  com.google.common.collect.Multimap<String,Section> BaseVirtualSystem.Builder.additionalSections
           
protected  com.google.common.collect.Multimap<String,Section> BaseEnvelope.Builder.additionalSections
           
 

Methods in org.jclouds.ovf.internal that return types with arguments of type Section
 com.google.common.collect.Multimap<String,Section> BaseVirtualSystem.getAdditionalSections()
           
 com.google.common.collect.Multimap<String,Section> BaseEnvelope.getAdditionalSections()
           
 

Methods in org.jclouds.ovf.internal with parameters of type Section
 BaseVirtualSystem.Builder<T> BaseVirtualSystem.Builder.additionalSection(String name, Section additionalSection)
           
 BaseEnvelope.Builder<V,E> BaseEnvelope.Builder.additionalSection(String name, Section additionalSection)
           
 BaseVirtualSystem.Builder<T> BaseVirtualSystem.Builder.fromSection(Section<T> in)
          
 

Method parameters in org.jclouds.ovf.internal with type arguments of type Section
 BaseVirtualSystem.Builder<T> BaseVirtualSystem.Builder.additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
           
 BaseEnvelope.Builder<V,E> BaseEnvelope.Builder.additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
           
 

Constructor parameters in org.jclouds.ovf.internal with type arguments of type Section
BaseEnvelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, V virtualSystem)
           
BaseVirtualSystem(String id, String info, String name, OperatingSystemSection operatingSystem, Iterable<? extends VirtualHardwareSection> virtualHardwareSections, Iterable<? extends ProductSection> productSections, com.google.common.collect.Multimap<String,Section> additionalSections)
           
 

Uses of Section in org.jclouds.ovf.xml
 

Classes in org.jclouds.ovf.xml with type parameters of type Section
 class SectionHandler<T extends Section<T>,B extends Section.Builder<T>>
           
 

Uses of Section in org.jclouds.ovf.xml.internal
 

Methods in org.jclouds.ovf.xml.internal with parameters of type Section
protected  void BaseVirtualSystemHandler.addAdditionalSection(String qName, Section additionalSection)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.