public class InstantiateVAppTemplateOptions extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
InstantiateVAppTemplateOptions.Builder  | 
| Constructor and Description | 
|---|
InstantiateVAppTemplateOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
InstantiateVAppTemplateOptions | 
addNetworkConfig(NetworkConfig networkConfig)
s have internal networks that can be
 connected in order to access the internet or other external networks. 
 | 
InstantiateVAppTemplateOptions | 
deploy(boolean deploy)
deploy the vapp after it is instantiated? 
 | 
InstantiateVAppTemplateOptions | 
description(String description)
Optional description. 
 | 
boolean | 
equals(Object object)  | 
String | 
getDescription()  | 
Set<NetworkConfig> | 
getNetworkConfig()  | 
int | 
hashCode()  | 
InstantiateVAppTemplateOptions | 
powerOn(boolean powerOn)
powerOn the vapp after it is instantiated? 
 | 
boolean | 
shouldDeploy()  | 
boolean | 
shouldPowerOn()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
String | 
toString()  | 
public String getDescription()
public boolean shouldDeploy()
public boolean shouldPowerOn()
public InstantiateVAppTemplateOptions description(String description)
public InstantiateVAppTemplateOptions deploy(boolean deploy)
public InstantiateVAppTemplateOptions powerOn(boolean powerOn)
public InstantiateVAppTemplateOptions addNetworkConfig(NetworkConfig networkConfig)
public Set<NetworkConfig> getNetworkConfig()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.