public abstract class AbstractVAppType extends ResourceEntity
<complexType name="AbstractVAppType" >
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractVAppType.Builder<B extends AbstractVAppType.Builder<B>> |
ResourceEntity.Status| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVAppType() |
protected |
AbstractVAppType(AbstractVAppType.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractVAppType.Builder<?> |
builder() |
boolean |
equals(Object o) |
Set<org.jclouds.dmtf.ovf.SectionType> |
getSections()
Specific
ovf:Section with additional information for the vApp. |
Reference |
getVAppParent()
Gets the value of the vAppParent property.
|
int |
hashCode() |
Boolean |
isDeployed()
Gets the value of the deployed property.
|
com.google.common.base.Objects.ToStringHelper |
string() |
AbstractVAppType.Builder<?> |
toBuilder() |
clone, getFiles, getStatusgetDescription, getId, getName, getTasks, setDescription, setNameprotected AbstractVAppType()
protected AbstractVAppType(AbstractVAppType.Builder<?> builder)
public static AbstractVAppType.Builder<?> builder()
public AbstractVAppType.Builder<?> toBuilder()
toBuilder in class ResourceEntitypublic Reference getVAppParent()
public Set<org.jclouds.dmtf.ovf.SectionType> getSections()
ovf:Section with additional information for the vApp.
Objects of the following type(s) are allowed in the list:
VirtualHardwareSectionType
LeaseSettingsSectionType
EulaSectionType
RuntimeInfoSectionType
AnnotationSectionType
DeploymentOptionSectionType
StartupSectionType
ResourceAllocationSectionType
NetworkConnectionSectionType
CustomizationSectionType
ProductSectionType
GuestCustomizationSectionType
OperatingSystemSectionType
NetworkConfigSectionType
NetworkSectionType
DiskSectionType
InstallSectionType
public Boolean isDeployed()
public boolean equals(Object o)
equals in class ResourceEntitypublic int hashCode()
hashCode in class ResourceEntitypublic com.google.common.base.Objects.ToStringHelper string()
string in class ResourceEntityCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.