|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.ovf.internal.BaseEnvelope<VirtualSystem,Envelope> org.jclouds.ovf.Envelope
public class Envelope
Nested Class Summary | |
---|---|
static class |
Envelope.Builder
|
Constructor Summary | |
---|---|
Envelope(Iterable<? extends DiskSection> diskSections,
Iterable<? extends NetworkSection> networkSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
VirtualSystem virtualSystem)
|
Method Summary | |
---|---|
static Envelope.Builder |
builder()
|
Envelope.Builder |
toBuilder()
|
Methods inherited from class org.jclouds.ovf.internal.BaseEnvelope |
---|
equals, getAdditionalSections, getDiskSections, getNetworkSections, getVirtualSystem, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
Method Detail |
---|
public static Envelope.Builder builder()
public Envelope.Builder toBuilder()
toBuilder
in class BaseEnvelope<VirtualSystem,Envelope>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |