public class Envelope extends BaseEnvelope<VirtualSystem,Envelope>
| Modifier and Type | Class and Description |
|---|---|
static class |
Envelope.Builder |
| Constructor and Description |
|---|
Envelope(Iterable<? extends DiskSection> diskSections,
Iterable<? extends NetworkSection> networkSections,
com.google.common.collect.Multimap<String,Section> additionalSections,
VirtualSystem virtualSystem) |
| Modifier and Type | Method and Description |
|---|---|
static Envelope.Builder |
builder() |
Envelope.Builder |
toBuilder() |
equals, getAdditionalSections, getDiskSections, getNetworkSections, getVirtualSystem, hashCode, toStringpublic Envelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, VirtualSystem virtualSystem)
public static Envelope.Builder builder()
public Envelope.Builder toBuilder()
toBuilder in class BaseEnvelope<VirtualSystem,Envelope>Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.