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 obj) |
String |
getDescription() |
Set<NetworkConfig> |
getNetworkConfig() |
int |
hashCode() |
InstantiateVAppTemplateOptions |
powerOn(boolean powerOn)
powerOn the vapp after it is instantiated?
|
boolean |
shouldDeploy() |
boolean |
shouldPowerOn() |
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()
Copyright © 2009-2012 jclouds. All Rights Reserved.