public class CaptureVAppParams extends ParamsType
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureVAppParams.Builder<B extends CaptureVAppParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.jclouds.dmtf.ovf.SectionType> |
sections |
protected Reference |
source |
description, name| Modifier and Type | Method and Description |
|---|---|
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() |
getDescription, getName, stringprotected Reference source
protected Set<org.jclouds.dmtf.ovf.SectionType> sections
public static CaptureVAppParams.Builder<?> builder()
public CaptureVAppParams.Builder<?> toBuilder()
toBuilder in class ParamsTypepublic Reference getSource()
public Set<org.jclouds.dmtf.ovf.SectionType> getSections()
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
public boolean equals(Object o)
equals in class ParamsTypepublic int hashCode()
hashCode in class ParamsTypepublic String toString()
toString in class ParamsTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.