Uses of Class
org.jclouds.ovf.ProductSection
-
Packages that use ProductSection Package Description org.jclouds.ovf org.jclouds.ovf.internal -
-
Uses of ProductSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return ProductSection Modifier and Type Method Description ProductSectionProductSection.Builder. build()Methods in org.jclouds.ovf with parameters of type ProductSection Modifier and Type Method Description ProductSection.BuilderProductSection.Builder. fromDeploymentOptionSection(ProductSection in)VirtualSystem.BuilderVirtualSystem.Builder. productSection(ProductSection productSection)Method parameters in org.jclouds.ovf with type arguments of type ProductSection Modifier and Type Method Description ProductSection.BuilderProductSection.Builder. fromSection(Section<ProductSection> in)VirtualSystem.BuilderVirtualSystem.Builder. productSections(Iterable<? extends ProductSection> productSections) -
Uses of ProductSection in org.jclouds.ovf.internal
Fields in org.jclouds.ovf.internal with type parameters of type ProductSection Modifier and Type Field Description protected Set<ProductSection>BaseVirtualSystem.Builder. productSectionsprotected Set<? extends ProductSection>BaseVirtualSystem. productSectionsMethods in org.jclouds.ovf.internal that return types with arguments of type ProductSection Modifier and Type Method Description Set<? extends ProductSection>BaseVirtualSystem. getProductSections()Specifies product-information for a package, such as product name and version, along with a set of properties that can be configuredMethods in org.jclouds.ovf.internal with parameters of type ProductSection Modifier and Type Method Description BaseVirtualSystem.Builder<T>BaseVirtualSystem.Builder. productSection(ProductSection productSection)Method parameters in org.jclouds.ovf.internal with type arguments of type ProductSection Modifier and Type Method Description BaseVirtualSystem.Builder<T>BaseVirtualSystem.Builder. productSections(Iterable<? extends ProductSection> productSections)
-