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, isDeployed
clone, getFiles, getStatus
getDescription, getId, getName, getTasks, setDescription, setName
protected VApp()
protected VApp(VApp.Builder<?> builder)
public static VApp.Builder<?> builder()
public VApp.Builder<?> toBuilder()
toBuilder
in class AbstractVAppType
public Owner getOwner()
public Boolean isInMaintenanceMode()
public VAppChildren getChildren()
public Boolean isOvfDescriptorUploaded()
public boolean equals(Object o)
equals
in class AbstractVAppType
public int hashCode()
hashCode
in class AbstractVAppType
public com.google.common.base.Objects.ToStringHelper string()
string
in class AbstractVAppType
Copyright © 2009-2013 jclouds. All Rights Reserved.