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 ProductSection
ProductSection.Builder. build()
Methods in org.jclouds.ovf with parameters of type ProductSection Modifier and Type Method Description ProductSection.Builder
ProductSection.Builder. fromDeploymentOptionSection(ProductSection in)
VirtualSystem.Builder
VirtualSystem.Builder. productSection(ProductSection productSection)
Method parameters in org.jclouds.ovf with type arguments of type ProductSection Modifier and Type Method Description ProductSection.Builder
ProductSection.Builder. fromSection(Section<ProductSection> in)
VirtualSystem.Builder
VirtualSystem.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. productSections
protected Set<? extends ProductSection>
BaseVirtualSystem. productSections
Methods 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)
-