public class CloneVAppTemplateParams extends ParamsType
<complexType name="CloneVAppTemplateParams">
<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 name="IsSourceDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneVAppTemplateParams.Builder<B extends CloneVAppTemplateParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isSourceDelete |
protected Reference |
source |
description, name| Modifier | Constructor and Description |
|---|---|
protected |
CloneVAppTemplateParams() |
protected |
CloneVAppTemplateParams(CloneVAppTemplateParams.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static CloneVAppTemplateParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
Reference |
getSource()
Gets the value of the source property.
|
int |
hashCode() |
Boolean |
isSourceDelete()
Gets the value of the isSourceDelete property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
CloneVAppTemplateParams.Builder<?> |
toBuilder() |
getDescription, getName, toStringprotected CloneVAppTemplateParams(CloneVAppTemplateParams.Builder<?> builder)
protected CloneVAppTemplateParams()
public static CloneVAppTemplateParams.Builder<?> builder()
public CloneVAppTemplateParams.Builder<?> toBuilder()
toBuilder in class ParamsTypepublic Reference getSource()
public Boolean isSourceDelete()
public boolean equals(Object o)
equals in class ParamsTypepublic int hashCode()
hashCode in class ParamsTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class ParamsTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.