org.jclouds.trmk.vcloud_0_8.options
Class CloneVAppOptions

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.options.CloneVAppOptions

public class CloneVAppOptions
extends Object

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
 String getDescription()
           
 boolean isDeploy()
           
 boolean isPowerOn()
           
 CloneVAppOptions powerOn()
          the clone should be powered on after it is deployed
 CloneVAppOptions withDescription(String description)
          the clone should be powered on after it is deployed
 
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


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-2012 jclouds. All Rights Reserved.