org.jclouds.vcloud.director.v1_5.domain.dmtf
Class Envelope

java.lang.Object
  extended by org.jclouds.dmtf.ovf.internal.BaseEnvelope<VirtualSystem,Envelope>
      extended by org.jclouds.vcloud.director.v1_5.domain.dmtf.Envelope

public class Envelope
extends org.jclouds.dmtf.ovf.internal.BaseEnvelope<VirtualSystem,Envelope>

Author:
grkvlt@apache.org

Nested Class Summary
static class Envelope.Builder<B extends Envelope.Builder<B>>
           
 
Constructor Summary
protected Envelope()
           
protected Envelope(Envelope.Builder<?> builder)
           
 
Method Summary
static Envelope.Builder<?> builder()
           
 Envelope.Builder<?> toBuilder()
          
 
Methods inherited from class org.jclouds.dmtf.ovf.internal.BaseEnvelope
equals, getAdditionalSections, getDiskSections, getNetworkSections, getVirtualSystem, hashCode, string, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Envelope

protected Envelope(Envelope.Builder<?> builder)

Envelope

protected Envelope()
Method Detail

builder

public static Envelope.Builder<?> builder()

toBuilder

public Envelope.Builder<?> toBuilder()

Specified by:
toBuilder in class org.jclouds.dmtf.ovf.internal.BaseEnvelope<VirtualSystem,Envelope>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.