public class VApp extends AbstractVAppType
<complexType name="VApp" />
| Modifier and Type | Class and Description |
|---|---|
static class |
VApp.Builder<B extends VApp.Builder<B>> |
ResourceEntity.Status| Modifier | Constructor and Description |
|---|---|
protected |
VApp() |
protected |
VApp(VApp.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static VApp.Builder<?> |
builder() |
boolean |
equals(Object o) |
VAppChildren |
getChildren()
Gets the value of the children property.
|
Owner |
getOwner()
Gets the value of the owner property.
|
int |
hashCode() |
Boolean |
isInMaintenanceMode()
Gets the value of the inMaintenanceMode property.
|
Boolean |
isOvfDescriptorUploaded()
Gets the value of the ovfDescriptorUploaded property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
VApp.Builder<?> |
toBuilder() |
getSections, getVAppParent, isDeployedclone, getFiles, getStatusgetDescription, getId, getName, getTasks, setDescription, setNameprotected VApp()
protected VApp(VApp.Builder<?> builder)
public static VApp.Builder<?> builder()
public VApp.Builder<?> toBuilder()
toBuilder in class AbstractVAppTypepublic Owner getOwner()
public Boolean isInMaintenanceMode()
public VAppChildren getChildren()
public Boolean isOvfDescriptorUploaded()
public boolean equals(Object o)
equals in class AbstractVAppTypepublic int hashCode()
hashCode in class AbstractVAppTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class AbstractVAppTypeCopyright © 2009-2013 jclouds. All Rights Reserved.