Uses of Class
org.jclouds.ovf.DiskSection
-
Packages that use DiskSection Package Description org.jclouds.ovf org.jclouds.ovf.internal -
-
Uses of DiskSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return DiskSection Modifier and Type Method Description DiskSection
DiskSection.Builder. build()
Methods in org.jclouds.ovf with parameters of type DiskSection Modifier and Type Method Description Envelope.Builder
Envelope.Builder. diskSection(DiskSection diskSection)
DiskSection.Builder
DiskSection.Builder. fromDiskSection(DiskSection in)
Method parameters in org.jclouds.ovf with type arguments of type DiskSection Modifier and Type Method Description Envelope.Builder
Envelope.Builder. diskSections(Iterable<? extends DiskSection> diskSections)
DiskSection.Builder
DiskSection.Builder. fromSection(Section<DiskSection> in)
Constructor parameters in org.jclouds.ovf with type arguments of type DiskSection Constructor Description Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
-
Uses of DiskSection in org.jclouds.ovf.internal
Fields in org.jclouds.ovf.internal with type parameters of type DiskSection Modifier and Type Field Description protected Set<DiskSection>
BaseEnvelope.Builder. diskSections
Methods in org.jclouds.ovf.internal that return types with arguments of type DiskSection Modifier and Type Method Description Set<? extends DiskSection>
BaseEnvelope. getDiskSections()
Methods in org.jclouds.ovf.internal with parameters of type DiskSection Modifier and Type Method Description BaseEnvelope.Builder<V,E>
BaseEnvelope.Builder. diskSection(DiskSection diskSection)
Method parameters in org.jclouds.ovf.internal with type arguments of type DiskSection Modifier and Type Method Description BaseEnvelope.Builder<V,E>
BaseEnvelope.Builder. diskSections(Iterable<? extends DiskSection> diskSections)
Constructor parameters in org.jclouds.ovf.internal with type arguments of type DiskSection Constructor Description BaseEnvelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, V virtualSystem)
-