Uses of Class
org.jclouds.ovf.Section
-
Packages that use Section Package Description 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 Modifier and Type Class Description class
Section<T extends Section<T>>
Metadata about a virtual machine or grouping of themstatic class
Section.Builder<T extends Section<T>>
Subclasses of Section in org.jclouds.ovf Modifier and Type Class 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
Methods in org.jclouds.ovf with type parameters of type Section Modifier and Type Method Description static <T extends Section<T>>
Section.Builder<T>Section. builder()
Methods in org.jclouds.ovf that return Section Modifier and Type Method Description Section<T>
Section.Builder. build()
Method parameters in org.jclouds.ovf with type arguments of type Section Modifier and Type Method Description Envelope.Builder
Envelope.Builder. additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
VirtualSystem.Builder
VirtualSystem.Builder. additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
Constructor parameters in org.jclouds.ovf with type arguments of type Section Constructor 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)
-
Uses of Section in org.jclouds.ovf.internal
Subclasses of Section in org.jclouds.ovf.internal Modifier and Type Class Description class
BaseVirtualSystem<T extends BaseVirtualSystem<T>>
Fields in org.jclouds.ovf.internal with type parameters of type Section Modifier and Type Field Description protected com.google.common.collect.Multimap<String,Section>
BaseEnvelope.Builder. additionalSections
protected com.google.common.collect.Multimap<String,Section>
BaseVirtualSystem. additionalSections
protected com.google.common.collect.Multimap<String,Section>
BaseVirtualSystem.Builder. additionalSections
Methods in org.jclouds.ovf.internal that return types with arguments of type Section Modifier and Type Method Description com.google.common.collect.Multimap<String,Section>
BaseEnvelope. getAdditionalSections()
com.google.common.collect.Multimap<String,Section>
BaseVirtualSystem. getAdditionalSections()
Methods in org.jclouds.ovf.internal with parameters of type Section Modifier and Type Method Description BaseEnvelope.Builder<V,E>
BaseEnvelope.Builder. additionalSection(String name, Section additionalSection)
BaseVirtualSystem.Builder<T>
BaseVirtualSystem.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 Modifier and Type Method Description BaseEnvelope.Builder<V,E>
BaseEnvelope.Builder. additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
BaseVirtualSystem.Builder<T>
BaseVirtualSystem.Builder. additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)
Constructor parameters in org.jclouds.ovf.internal with type arguments of type Section Constructor 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)
-
Uses of Section in org.jclouds.ovf.xml
Classes in org.jclouds.ovf.xml with type parameters of type Section Modifier and Type Class Description 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 Modifier and Type Method Description protected void
BaseVirtualSystemHandler. addAdditionalSection(String qName, Section additionalSection)
-