public class VAppCreationParams extends ParamsType
| Modifier and Type | Class and Description |
|---|---|
static class |
VAppCreationParams.Builder<B extends VAppCreationParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deploy |
protected InstantiationParams |
instantiationParams |
protected Boolean |
powerOn |
protected Reference |
vAppParent |
description, name| Modifier | Constructor and Description |
|---|---|
protected |
VAppCreationParams() |
|
VAppCreationParams(VAppCreationParams.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static VAppCreationParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
InstantiationParams |
getInstantiationParams()
Instantiation parameters of a VApp.
|
Reference |
getVAppParent()
Reserved.
|
int |
hashCode() |
Boolean |
isDeploy()
Flag to deploy the VApp after successful creation.
|
Boolean |
isPowerOn()
Flag to deploy and power on the VApp after successful creation.
|
com.google.common.base.Objects.ToStringHelper |
string() |
VAppCreationParams.Builder<?> |
toBuilder() |
getDescription, getName, toStringprotected Reference vAppParent
protected InstantiationParams instantiationParams
protected Boolean deploy
protected Boolean powerOn
protected VAppCreationParams()
public VAppCreationParams(VAppCreationParams.Builder<?> builder)
public static VAppCreationParams.Builder<?> builder()
public VAppCreationParams.Builder<?> toBuilder()
toBuilder in class ParamsTypepublic Reference getVAppParent()
public InstantiationParams getInstantiationParams()
public Boolean isDeploy()
public Boolean isPowerOn()
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.