public class InstantiateVAppParams extends VAppCreationParams
| Modifier and Type | Class and Description |
|---|---|
static class |
InstantiateVAppParams.Builder<B extends InstantiateVAppParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPe |
deploy, instantiationParams, powerOn, vAppParentdescription, name| Modifier | Constructor and Description |
|---|---|
protected |
InstantiateVAppParams() |
|
InstantiateVAppParams(InstantiateVAppParams.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static InstantiateVAppParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
Reference |
getSource()
Gets the value of the source property.
|
int |
hashCode() |
Boolean |
isLinkedClone()
Gets the value of the linkedClone property.
|
Boolean |
isSourceDelete()
Gets the value of the isSourceDelete property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
InstantiateVAppParams.Builder<?> |
toBuilder() |
getInstantiationParams, getVAppParent, isDeploy, isPowerOngetDescription, getName, toStringpublic static final String MEDIA_TYPe
protected InstantiateVAppParams()
public InstantiateVAppParams(InstantiateVAppParams.Builder<?> builder)
public static InstantiateVAppParams.Builder<?> builder()
public InstantiateVAppParams.Builder<?> toBuilder()
toBuilder in class VAppCreationParamspublic Reference getSource()
public Boolean isSourceDelete()
public Boolean isLinkedClone()
public boolean equals(Object o)
equals in class VAppCreationParamspublic int hashCode()
hashCode in class VAppCreationParamspublic com.google.common.base.Objects.ToStringHelper string()
string in class VAppCreationParamsCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.