public class BaseEnvelope<V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BaseEnvelope.Builder<V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>>  | 
| Constructor and Description | 
|---|
BaseEnvelope(Iterable<? extends DiskSection> diskSections,
            Iterable<? extends NetworkSection> networkSections,
            com.google.common.collect.Multimap<String,Section> additionalSections,
            V virtualSystem)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>>  | 
builder()  | 
boolean | 
equals(Object obj)  | 
com.google.common.collect.Multimap<String,Section> | 
getAdditionalSections()  | 
Set<? extends DiskSection> | 
getDiskSections()  | 
Set<NetworkSection> | 
getNetworkSections()  | 
V | 
getVirtualSystem()  | 
int | 
hashCode()  | 
BaseEnvelope.Builder<V,E> | 
toBuilder() | 
String | 
toString()  | 
public BaseEnvelope(Iterable<? extends DiskSection> diskSections, Iterable<? extends NetworkSection> networkSections, com.google.common.collect.Multimap<String,Section> additionalSections, V virtualSystem)
public static <V extends BaseVirtualSystem<V>,E extends BaseEnvelope<V,E>> BaseEnvelope.Builder<V,E> builder()
public BaseEnvelope.Builder<V,E> toBuilder()
public V getVirtualSystem()
public Set<? extends DiskSection> getDiskSections()
public com.google.common.collect.Multimap<String,Section> getAdditionalSections()
public Set<NetworkSection> getNetworkSections()
Copyright © 2009-2013 jclouds. All Rights Reserved.