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 classSection<T extends Section<T>>Metadata about a virtual machine or grouping of themstatic classSection.Builder<T extends Section<T>>Subclasses of Section in org.jclouds.ovf Modifier and Type Class Description classDeploymentOptionSectionThe DeploymentOptionSection specifies a discrete set of intended resource configurations.classDiskSectionA DiskSection describes meta-information about virtual disks in the OVF package.classNetworkSectionThe NetworkSection element shall list all logical networks used in the OVF package.classOperatingSystemSectionAn OperatingSystemSection specifies the operating system installed on a virtual machine.classProductSectionThe ProductSection element specifies product-information for an appliance, such as product name, version, and vendor.classVirtualHardwareSectionThe virtual hardware required by a virtual machine is specified in VirtualHardwareSection.classVirtualSystemMethods 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.BuilderEnvelope.Builder. additionalSections(com.google.common.collect.Multimap<String,Section> additionalSections)VirtualSystem.BuilderVirtualSystem.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 classBaseVirtualSystem<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. additionalSectionsprotected com.google.common.collect.Multimap<String,Section>BaseVirtualSystem. additionalSectionsprotected com.google.common.collect.Multimap<String,Section>BaseVirtualSystem.Builder. additionalSectionsMethods 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 classSectionHandler<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 voidBaseVirtualSystemHandler. addAdditionalSection(String qName, Section additionalSection)
-