org.jclouds.vcloud.options
Class CloneVAppOptions
java.lang.Object
org.jclouds.vcloud.options.CloneOptions
org.jclouds.vcloud.options.CloneVAppOptions
public class CloneVAppOptions
- extends CloneOptions
- 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
description
public CloneVAppOptions description(String description)
- the clone should be powered on after it is deployed
- Overrides:
description
in class CloneOptions
isDeploy
public boolean isDeploy()
isPowerOn
public boolean isPowerOn()
Copyright © 2009-2011 jclouds. All Rights Reserved.