Uses of Class
org.jclouds.ovf.Section
Packages that use Section
Package
Description
-
Uses of Section in org.jclouds.ovf
Classes in org.jclouds.ovf with type parameters of type SectionModifier and TypeClassDescriptionclass
Metadata about a virtual machine or grouping of themstatic class
Section.Builder<T extends Section<T>>
Subclasses of Section in org.jclouds.ovfModifier and TypeClassDescriptionclass
The DeploymentOptionSection specifies a discrete set of intended resource configurations.class
A DiskSection describes meta-information about virtual disks in the OVF package.class
The NetworkSection element shall list all logical networks used in the OVF package.class
An OperatingSystemSection specifies the operating system installed on a virtual machine.class
The ProductSection element specifies product-information for an appliance, such as product name, version, and vendor.class
The virtual hardware required by a virtual machine is specified in VirtualHardwareSection.class
Methods in org.jclouds.ovf with type parameters of type SectionModifier and TypeMethodDescriptionstatic <T extends Section<T>>
Section.Builder<T> Section.builder()
Methods in org.jclouds.ovf that return SectionMethods in org.jclouds.ovf with parameters of type SectionModifier and TypeMethodDescriptionEnvelope.Builder.additionalSection
(String name, Section additionalSection) VirtualSystem.Builder.additionalSection
(String name, Section additionalSection) DeploymentOptionSection.Builder.fromSection
(Section<DeploymentOptionSection> in) DiskSection.Builder.fromSection
(Section<DiskSection> in) NetworkSection.Builder.fromSection
(Section<NetworkSection> in) OperatingSystemSection.Builder.fromSection
(Section<OperatingSystemSection> in) ProductSection.Builder.fromSection
(Section<ProductSection> in) Section.Builder.fromSection
(Section<T> in) VirtualHardwareSection.Builder.fromSection
(Section<VirtualHardwareSection> in) VirtualSystem.Builder.fromSection
(Section<VirtualSystem> in) Method parameters in org.jclouds.ovf with type arguments of type SectionModifier and TypeMethodDescriptionEnvelope.Builder.additionalSections
(com.google.common.collect.Multimap<String, Section> additionalSections) VirtualSystem.Builder.additionalSections
(com.google.common.collect.Multimap<String, Section> additionalSections) Constructor parameters in org.jclouds.ovf with type arguments of type SectionModifierConstructorDescriptionEnvelope
(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.internalFields in org.jclouds.ovf.internal with type parameters of type SectionModifier and TypeFieldDescriptionBaseEnvelope.Builder.additionalSections
BaseVirtualSystem.additionalSections
BaseVirtualSystem.Builder.additionalSections
Methods in org.jclouds.ovf.internal that return types with arguments of type SectionModifier and TypeMethodDescriptionBaseEnvelope.getAdditionalSections()
BaseVirtualSystem.getAdditionalSections()
Methods in org.jclouds.ovf.internal with parameters of type SectionModifier and TypeMethodDescriptionBaseEnvelope.Builder.additionalSection
(String name, Section additionalSection) BaseVirtualSystem.Builder.additionalSection
(String name, Section additionalSection) BaseVirtualSystem.Builder.fromSection
(Section<T> in) Method parameters in org.jclouds.ovf.internal with type arguments of type SectionModifier and TypeMethodDescriptionBaseEnvelope.Builder.additionalSections
(com.google.common.collect.Multimap<String, Section> additionalSections) BaseVirtualSystem.Builder.additionalSections
(com.google.common.collect.Multimap<String, Section> additionalSections) Constructor parameters in org.jclouds.ovf.internal with type arguments of type SectionModifierConstructorDescriptionBaseEnvelope
(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 SectionModifier and TypeClassDescriptionclass
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 SectionModifier and TypeMethodDescriptionprotected void
BaseVirtualSystemHandler.addAdditionalSection
(String qName, Section additionalSection)