org.jclouds.vcloud.director.v1_5.domain.params
Class CaptureVAppParams
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.params.ParamsType
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>
source
protected Reference source
sections
protected Set<org.jclouds.dmtf.ovf.SectionType> sections
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:
VirtualHardwareSectionType
LeaseSettingsSectionType
EulaSectionType
RuntimeInfoSectionType
AnnotationSectionType
DeploymentOptionSectionType
StartupSectionType
ResourceAllocationSectionType
NetworkConnectionSectionType
CustomizationSectionType
ProductSectionType
GuestCustomizationSectionType
OperatingSystemSectionType
NetworkConfigSectionType
NetworkSectionType
DiskSectionType
InstallSectionType
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.