Uses of Class
org.jclouds.ovf.DiskSection
Packages that use DiskSection
-
Uses of DiskSection in org.jclouds.ovf
Methods in org.jclouds.ovf that return DiskSectionMethods in org.jclouds.ovf with parameters of type DiskSectionModifier and TypeMethodDescriptionEnvelope.Builder.diskSection
(DiskSection diskSection) DiskSection.Builder.fromDiskSection
(DiskSection in) Method parameters in org.jclouds.ovf with type arguments of type DiskSectionModifier and TypeMethodDescriptionEnvelope.Builder.diskSections
(Iterable<? extends DiskSection> diskSections) DiskSection.Builder.fromSection
(Section<DiskSection> in) Constructor parameters in org.jclouds.ovf with type arguments of type DiskSectionModifierConstructorDescriptionEnvelope
(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 DiskSectionMethods in org.jclouds.ovf.internal that return types with arguments of type DiskSectionMethods in org.jclouds.ovf.internal with parameters of type DiskSectionMethod parameters in org.jclouds.ovf.internal with type arguments of type DiskSectionModifier and TypeMethodDescriptionBaseEnvelope.Builder.diskSections
(Iterable<? extends DiskSection> diskSections) Constructor parameters in org.jclouds.ovf.internal with type arguments of type DiskSectionModifierConstructorDescriptionBaseEnvelope
(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String, Section> additionalSections, V virtualSystem)