Uses of Class
org.jclouds.ovf.ProductSection
Packages that use ProductSection
-
Uses of ProductSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return ProductSectionMethods in org.jclouds.ovf with parameters of type ProductSectionModifier and TypeMethodDescriptionProductSection.Builder.fromDeploymentOptionSection
(ProductSection in) VirtualSystem.Builder.productSection
(ProductSection productSection) Method parameters in org.jclouds.ovf with type arguments of type ProductSectionModifier and TypeMethodDescriptionProductSection.Builder.fromSection
(Section<ProductSection> in) 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 ProductSectionModifier and TypeFieldDescriptionprotected Set
<ProductSection> BaseVirtualSystem.Builder.productSections
protected final Set
<? extends ProductSection> BaseVirtualSystem.productSections
Methods in org.jclouds.ovf.internal that return types with arguments of type ProductSectionModifier and TypeMethodDescriptionSet
<? 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 ProductSectionModifier and TypeMethodDescriptionBaseVirtualSystem.Builder.productSection
(ProductSection productSection) Method parameters in org.jclouds.ovf.internal with type arguments of type ProductSectionModifier and TypeMethodDescriptionBaseVirtualSystem.Builder.productSections
(Iterable<? extends ProductSection> productSections)