Uses of Class
org.jclouds.ovf.ProductSection

Packages that use ProductSection
org.jclouds.ovf   
org.jclouds.ovf.internal   
org.jclouds.savvis.vpdc.domain   
 

Uses of ProductSection in org.jclouds.ovf
 

Methods in org.jclouds.ovf that return ProductSection
 ProductSection ProductSection.Builder.build()
          
 

Methods in org.jclouds.ovf with parameters of type ProductSection
 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
 ProductSection.Builder ProductSection.Builder.fromSection(Section<ProductSection> in)
          
 VirtualSystem.Builder VirtualSystem.Builder.productSections(Iterable<? extends ProductSection> productSections)
          
 

Constructor parameters in org.jclouds.ovf with type arguments of type ProductSection
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 ProductSection in org.jclouds.ovf.internal
 

Fields in org.jclouds.ovf.internal with type parameters of type ProductSection
protected  Set<ProductSection> BaseVirtualSystem.productSections
           
protected  Set<ProductSection> BaseVirtualSystem.Builder.productSections
           
 

Methods in org.jclouds.ovf.internal that return types with arguments of type ProductSection
 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 configured
 

Methods in org.jclouds.ovf.internal with parameters of type ProductSection
 BaseVirtualSystem.Builder<T> BaseVirtualSystem.Builder.productSection(ProductSection productSection)
           
 

Method parameters in org.jclouds.ovf.internal with type arguments of type ProductSection
 BaseVirtualSystem.Builder<T> BaseVirtualSystem.Builder.productSections(Iterable<? extends ProductSection> productSections)
           
 

Constructor parameters in org.jclouds.ovf.internal with type arguments of type ProductSection
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 ProductSection in org.jclouds.savvis.vpdc.domain
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type ProductSection
 VM.Builder VM.Builder.productSection(ProductSection productSection)
          
 

Method parameters in org.jclouds.savvis.vpdc.domain with type arguments of type ProductSection
 VM.Builder VM.Builder.productSections(Iterable<? extends ProductSection> productSections)
          
 

Constructor parameters in org.jclouds.savvis.vpdc.domain with type arguments of type ProductSection
VM(String id, String info, String name, OperatingSystemSection operatingSystem, Iterable<? extends VirtualHardwareSection> virtualHardwareSections, Iterable<? extends ProductSection> productSections, com.google.common.collect.Multimap<String,Section> additionalSections, String type, URI href, VM.Status status, NetworkSection networkSection, Iterable<NetworkConfigSection> networkConfigSections, Iterable<NetworkConnectionSection> networkConnectionSections)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.