public class InstantiateOvfParams extends VAppCreationParams
<complexType name="InstantiateOvfParams" />
| Modifier and Type | Class and Description |
|---|---|
static class |
InstantiateOvfParams.Builder<B extends InstantiateOvfParams.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allEULAsAccepted |
protected String |
transferFormat |
deploy, instantiationParams, powerOn, vAppParentdescription, name| Modifier | Constructor and Description |
|---|---|
protected |
InstantiateOvfParams() |
|
InstantiateOvfParams(InstantiateOvfParams.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static InstantiateOvfParams.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getTransferFormat()
Gets the value of the transferFormat property.
|
int |
hashCode() |
Boolean |
isAllEULAsAccepted()
Gets the value of the allEULAsAccepted property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
InstantiateOvfParams.Builder<?> |
toBuilder() |
getInstantiationParams, getVAppParent, isDeploy, isPowerOngetDescription, getName, toStringprotected Boolean allEULAsAccepted
protected String transferFormat
protected InstantiateOvfParams()
public InstantiateOvfParams(InstantiateOvfParams.Builder<?> builder)
public static InstantiateOvfParams.Builder<?> builder()
public InstantiateOvfParams.Builder<?> toBuilder()
toBuilder in class VAppCreationParamspublic Boolean isAllEULAsAccepted()
public String getTransferFormat()
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.