Uses of Class
org.jclouds.ovf.NetworkSection
Packages that use NetworkSection
-
Uses of NetworkSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return NetworkSectionMethods in org.jclouds.ovf with parameters of type NetworkSectionModifier and TypeMethodDescriptionNetworkSection.Builder.fromNetworkSection
(NetworkSection in) Envelope.Builder.networkSection
(NetworkSection networkSection) Method parameters in org.jclouds.ovf with type arguments of type NetworkSectionModifier and TypeMethodDescriptionNetworkSection.Builder.fromSection
(Section<NetworkSection> in) Envelope.Builder.networkSections
(Iterable<? extends NetworkSection> networkSections) -
Uses of NetworkSection in org.jclouds.ovf.internal
Fields in org.jclouds.ovf.internal with type parameters of type NetworkSectionModifier and TypeFieldDescriptionprotected Set
<NetworkSection> BaseEnvelope.Builder.networkSections
Methods in org.jclouds.ovf.internal that return types with arguments of type NetworkSectionModifier and TypeMethodDescriptionSet
<? extends NetworkSection> BaseEnvelope.getNetworkSections()
Methods in org.jclouds.ovf.internal with parameters of type NetworkSectionModifier and TypeMethodDescriptionBaseEnvelope.Builder.networkSection
(NetworkSection networkSection) Method parameters in org.jclouds.ovf.internal with type arguments of type NetworkSectionModifier and TypeMethodDescriptionBaseEnvelope.Builder.networkSections
(Iterable<? extends NetworkSection> networkSections)