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