org.jclouds.vcloud.options
Class CloneVAppOptions

java.lang.Object
  extended by org.jclouds.vcloud.options.CloneOptions
      extended by org.jclouds.vcloud.options.CloneVAppOptions

public class CloneVAppOptions
extends CloneOptions

Author:
Adrian Cole

Nested Class Summary
static class CloneVAppOptions.Builder
           
 
Constructor Summary
CloneVAppOptions()
           
 
Method Summary
 CloneVAppOptions deploy()
          the clone should be deployed after it is created
 CloneVAppOptions description(String description)
          the clone should be powered on after it is deployed
 boolean isDeploy()
           
 boolean isPowerOn()
           
 CloneVAppOptions powerOn()
          the clone should be powered on after it is deployed
 
Methods inherited from class org.jclouds.vcloud.options.CloneOptions
getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneVAppOptions

public CloneVAppOptions()
Method Detail

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.