| Package | Description | 
|---|---|
| org.jclouds.ovf | |
| org.jclouds.ovf.internal | |
| org.jclouds.ovf.xml | |
| org.jclouds.ovf.xml.internal | |
| org.jclouds.vcloud.domain.ovf | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Section<T extends Section<T>>
Metadata about a virtual machine or grouping of them 
 | 
static class  | 
Section.Builder<T extends Section<T>>  | 
| Modifier and Type | Class and Description | 
|---|---|
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  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Section<T>>  | 
Section.builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
Section<T> | 
Section.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 and Description | 
|---|
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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseVirtualSystem<T extends BaseVirtualSystem<T>>  | 
| Modifier and Type | Field and Description | 
|---|---|
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  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.Multimap<String,Section> | 
BaseVirtualSystem.getAdditionalSections()  | 
com.google.common.collect.Multimap<String,Section> | 
BaseEnvelope.getAdditionalSections()  | 
| Modifier and Type | Method and Description | 
|---|---|
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) | 
| Modifier and Type | Method and Description | 
|---|---|
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 and Description | 
|---|
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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SectionHandler<T extends Section<T>,B extends Section.Builder<T>>  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
BaseVirtualSystemHandler.addAdditionalSection(String qName,
                    Section additionalSection)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCloudNetworkSection
VCloud extension 
 | 
class  | 
VCloudOperatingSystemSection
A description of the operating system supported by a virtual machine. 
 | 
class  | 
VCloudVirtualHardwareSection
A description of the virtual hardware supported by a virtual machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudVirtualHardwareSection.Builder | 
VCloudVirtualHardwareSection.Builder.fromSection(Section<VirtualHardwareSection> in) | 
Copyright © 2009-2013 jclouds. All Rights Reserved.