public class CloneVAppOptions extends CloneOptions
| 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
|
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
|
getDescriptionpublic CloneVAppOptions deploy()
public CloneVAppOptions powerOn()
public CloneVAppOptions description(String description)
description in class CloneOptionspublic boolean isDeploy()
public boolean isPowerOn()
Copyright © 2009-2012 jclouds. All Rights Reserved.