public class ComposeVAppParams extends VAppCreationParams
<complexType name="ComposeVAppParams" />
| Modifier and Type | Class and Description |
|---|---|
static class |
ComposeVAppParams.Builder<B extends ComposeVAppParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allEULAsAccepted |
protected Boolean |
linkedClone |
protected List<SourcedCompositionItemParam> |
sourcedItems |
deploy, instantiationParams, powerOn, vAppParentdescription, name| Modifier | Constructor and Description |
|---|---|
protected |
ComposeVAppParams() |
|
ComposeVAppParams(ComposeVAppParams.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static ComposeVAppParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
List<SourcedCompositionItemParam> |
getSourcedItems()
Gets the value of the sourcedItems property.
|
int |
hashCode() |
Boolean |
isAllEULAsAccepted()
Used to confirm acceptance of all EULAs in a vApp template.
|
Boolean |
isLinkedClone()
Gets the value of the linkedClone property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
ComposeVAppParams.Builder<?> |
toBuilder() |
getInstantiationParams, getVAppParent, isDeploy, isPowerOngetDescription, getName, toStringprotected List<SourcedCompositionItemParam> sourcedItems
protected Boolean allEULAsAccepted
protected Boolean linkedClone
public ComposeVAppParams(ComposeVAppParams.Builder<?> builder)
protected ComposeVAppParams()
public static ComposeVAppParams.Builder<?> builder()
public ComposeVAppParams.Builder<?> toBuilder()
toBuilder in class VAppCreationParamspublic List<SourcedCompositionItemParam> getSourcedItems()
public Boolean isAllEULAsAccepted()
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.