org.jclouds.ovf
Class Envelope

java.lang.Object
  extended by org.jclouds.ovf.internal.BaseEnvelope<VirtualSystem,Envelope>
      extended by org.jclouds.ovf.Envelope

public class Envelope
extends BaseEnvelope<VirtualSystem,Envelope>

Author:
Adrian Cole

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

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 class BaseEnvelope<VirtualSystem,Envelope>


Copyright © 2009-2011 jclouds. All Rights Reserved.