Package org.jclouds.ovf
Class Envelope
- java.lang.Object
-
- org.jclouds.ovf.internal.BaseEnvelope<VirtualSystem,Envelope>
-
- org.jclouds.ovf.Envelope
-
public class Envelope extends BaseEnvelope<VirtualSystem,Envelope>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Envelope.Builder
-
Constructor Summary
Constructors Constructor Description Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Envelope.Builder
builder()
Envelope.Builder
toBuilder()
-
Methods inherited from class org.jclouds.ovf.internal.BaseEnvelope
equals, getAdditionalSections, getDiskSections, getNetworkSections, getVirtualSystem, hashCode, toString
-
-
-
-
Constructor Detail
-
Envelope
public Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
-
-
Method Detail
-
builder
public static Envelope.Builder builder()
-
toBuilder
public Envelope.Builder toBuilder()
- Overrides:
toBuilder
in classBaseEnvelope<VirtualSystem,Envelope>
-
-