public class CloneVAppOptions extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CloneVAppOptions.Builder  | 
| Constructor and Description | 
|---|
CloneVAppOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
public CloneVAppOptions deploy()
public CloneVAppOptions powerOn()
public CloneVAppOptions withDescription(String description)
public boolean isDeploy()
public boolean isPowerOn()
public String getDescription()
Copyright © 2009-2013 jclouds. All Rights Reserved.