Uses of Class
org.jclouds.savvis.vpdc.domain.NetworkConnectionSection

Packages that use NetworkConnectionSection
org.jclouds.savvis.vpdc.domain   
 

Uses of NetworkConnectionSection in org.jclouds.savvis.vpdc.domain
 

Fields in org.jclouds.savvis.vpdc.domain with type parameters of type NetworkConnectionSection
protected  Set<NetworkConnectionSection> VM.networkConnectionSections
           
protected  Set<NetworkConnectionSection> VM.Builder.networkConnectionSections
           
 

Methods in org.jclouds.savvis.vpdc.domain that return NetworkConnectionSection
 NetworkConnectionSection NetworkConnectionSection.Builder.build()
          
 

Methods in org.jclouds.savvis.vpdc.domain that return types with arguments of type NetworkConnectionSection
 Set<NetworkConnectionSection> VM.getNetworkConnectionSections()
           
 

Methods in org.jclouds.savvis.vpdc.domain with parameters of type NetworkConnectionSection
 NetworkConnectionSection.Builder NetworkConnectionSection.Builder.fromNetworkConectionSection(NetworkConnectionSection in)
           
 VM.Builder VM.Builder.networkConnectionSection(NetworkConnectionSection networkConnectionSection)
           
 

Method parameters in org.jclouds.savvis.vpdc.domain with type arguments of type NetworkConnectionSection
 NetworkConnectionSection.Builder NetworkConnectionSection.Builder.fromSection(Section<NetworkConnectionSection> in)
          
 VM.Builder VM.Builder.networkConnectionSections(Iterable<NetworkConnectionSection> networkConnectionSections)
           
 

Constructor parameters in org.jclouds.savvis.vpdc.domain with type arguments of type NetworkConnectionSection
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-2012 jclouds. All Rights Reserved.