org.jclouds.vcloud.options
Class CloneVAppTemplateOptions

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

public class CloneVAppTemplateOptions
extends CloneOptions

Author:
Adrian Cole

Nested Class Summary
static class CloneVAppTemplateOptions.Builder
           
 
Constructor Summary
CloneVAppTemplateOptions()
           
 
Method Summary
 CloneVAppTemplateOptions description(String description)
          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

CloneVAppTemplateOptions

public CloneVAppTemplateOptions()
Method Detail

description

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

Overrides:
description in class CloneOptions


Copyright © 2009-2012 jclouds. All Rights Reserved.