Uses of Class
org.jclouds.ovf.NetworkSection
-
Packages that use NetworkSection Package Description org.jclouds.ovf org.jclouds.ovf.internal -
-
Uses of NetworkSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return NetworkSection Modifier and Type Method Description NetworkSection
NetworkSection.Builder. build()
Methods in org.jclouds.ovf with parameters of type NetworkSection Modifier and Type Method Description NetworkSection.Builder
NetworkSection.Builder. fromNetworkSection(NetworkSection in)
Envelope.Builder
Envelope.Builder. networkSection(NetworkSection networkSection)
Method parameters in org.jclouds.ovf with type arguments of type NetworkSection Modifier and Type Method Description NetworkSection.Builder
NetworkSection.Builder. fromSection(Section<NetworkSection> in)
Envelope.Builder
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 NetworkSection Modifier and Type Field Description protected Set<NetworkSection>
BaseEnvelope.Builder. networkSections
Methods in org.jclouds.ovf.internal that return types with arguments of type NetworkSection Modifier and Type Method Description Set<? extends NetworkSection>
BaseEnvelope. getNetworkSections()
Methods in org.jclouds.ovf.internal with parameters of type NetworkSection Modifier and Type Method Description BaseEnvelope.Builder<V,E>
BaseEnvelope.Builder. networkSection(NetworkSection networkSection)
Method parameters in org.jclouds.ovf.internal with type arguments of type NetworkSection Modifier and Type Method Description BaseEnvelope.Builder<V,E>
BaseEnvelope.Builder. networkSections(Iterable<? extends NetworkSection> networkSections)
-