org.jclouds.trmk.vcloud_0_8.options
Class CloneVAppOptions
java.lang.Object
org.jclouds.trmk.vcloud_0_8.options.CloneVAppOptions
public class CloneVAppOptions
- extends Object
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloneVAppOptions
public CloneVAppOptions()
deploy
public CloneVAppOptions deploy()
- the clone should be deployed after it is created
powerOn
public CloneVAppOptions powerOn()
- the clone should be powered on after it is deployed
withDescription
public CloneVAppOptions withDescription(String description)
- the clone should be powered on after it is deployed
isDeploy
public boolean isDeploy()
isPowerOn
public boolean isPowerOn()
getDescription
public String getDescription()
Copyright © 2009-2011 jclouds. All Rights Reserved.