org.jclouds.vcloud.options
Class CloneOptions

java.lang.Object
  extended by org.jclouds.vcloud.options.CloneOptions
Direct Known Subclasses:
CloneVAppOptions, CloneVAppTemplateOptions

public class CloneOptions
extends Object

Author:
Adrian Cole

Nested Class Summary
static class CloneOptions.Builder
           
 
Constructor Summary
CloneOptions()
           
 
Method Summary
 CloneOptions description(String description)
          the clone should be powered on after it is deployed
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneOptions

public CloneOptions()
Method Detail

description

public CloneOptions description(String description)
the clone should be powered on after it is deployed


getDescription

public String getDescription()


Copyright © 2009-2012 jclouds. All Rights Reserved.