Package org.jclouds.ovf
Class Envelope
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEnvelope
(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String, Section> additionalSections, VirtualSystem virtualSystem) -
Method Summary
Methods inherited from class org.jclouds.ovf.internal.BaseEnvelope
equals, getAdditionalSections, getDiskSections, getNetworkSections, getVirtualSystem, hashCode, toString
-
Constructor Details
-
Envelope
public Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String, Section> additionalSections, VirtualSystem virtualSystem)
-
-
Method Details
-
builder
-
toBuilder
- Overrides:
toBuilder
in classBaseEnvelope<VirtualSystem,
Envelope>
-