org.jclouds.vcloud.director.v1_5.domain.params
Class CaptureVAppParams

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
      extended by org.jclouds.vcloud.director.v1_5.domain.params.CaptureVAppParams

public class CaptureVAppParams
extends ParamsType

Represents the parameters for capturing a vApp to a vApp template.

 <complexType name="CaptureVAppParams">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}ParamsType">
       <sequence>
         <element name="Source" type="{http://www.vmware.com/vcloud/v1.5}ReferenceType"/>
         <element ref="{http://schemas.dmtf.org/ovf/envelope/1}Section" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CaptureVAppParams.Builder<B extends CaptureVAppParams.Builder<B>>
           
 
Field Summary
protected  Set<org.jclouds.dmtf.ovf.SectionType> sections
           
protected  Reference source
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
description, name
 
Method Summary
static CaptureVAppParams.Builder<?> builder()
           
 boolean equals(Object o)
           
 Set<org.jclouds.dmtf.ovf.SectionType> getSections()
          An ovf:Section to configure the captured vAppTemplate.
 Reference getSource()
          Gets the value of the source property.
 int hashCode()
           
 CaptureVAppParams.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
getDescription, getName, string
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

source

protected Reference source

sections

protected Set<org.jclouds.dmtf.ovf.SectionType> sections
Method Detail

builder

public static CaptureVAppParams.Builder<?> builder()

toBuilder

public CaptureVAppParams.Builder<?> toBuilder()
Overrides:
toBuilder in class ParamsType

getSource

public Reference getSource()
Gets the value of the source property.


getSections

public Set<org.jclouds.dmtf.ovf.SectionType> getSections()
An ovf:Section to configure the captured vAppTemplate. Objects of the following type(s) are allowed in the list:


equals

public boolean equals(Object o)
Overrides:
equals in class ParamsType

hashCode

public int hashCode()
Overrides:
hashCode in class ParamsType

toString

public String toString()
Overrides:
toString in class ParamsType


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