org.jclouds.vcloud.options
Class InstantiateVAppTemplateOptions
java.lang.Object
org.jclouds.vcloud.options.InstantiateVAppTemplateOptions
public class InstantiateVAppTemplateOptions
- extends Object
- Author:
- Adrian Cole
InstantiateVAppTemplateOptions
public InstantiateVAppTemplateOptions()
getDescription
public String getDescription()
shouldDeploy
public boolean shouldDeploy()
shouldPowerOn
public boolean shouldPowerOn()
description
public InstantiateVAppTemplateOptions description(String description)
- Optional description. Used for the Description of the vApp created by this
instantiation.
deploy
public InstantiateVAppTemplateOptions deploy(boolean deploy)
- deploy the vapp after it is instantiated?
powerOn
public InstantiateVAppTemplateOptions powerOn(boolean powerOn)
- powerOn the vapp after it is instantiated?
addNetworkConfig
public InstantiateVAppTemplateOptions addNetworkConfig(NetworkConfig networkConfig)
- s have internal networks that can be
connected in order to access the internet or other external networks.
default behaviour if you don't use this option
By default, we
connect the first internal to a default chosen from the org or specified via
using the or an
override set by the property .
getNetworkConfig
public Set<NetworkConfig> getNetworkConfig()
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.