org.jclouds.vcloud.director.v1_5.domain
Class AbstractVAppType
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.Entity
org.jclouds.vcloud.director.v1_5.domain.ResourceEntity
org.jclouds.vcloud.director.v1_5.domain.AbstractVAppType
- Direct Known Subclasses:
- VApp, Vm
public abstract class AbstractVAppType
- extends ResourceEntity
Represents a base type for VAppType and VmType.
<complexType name="AbstractVAppType" >
- Author:
- grkvlt@apache.org
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
logger |
AbstractVAppType
protected AbstractVAppType()
AbstractVAppType
protected AbstractVAppType(AbstractVAppType.Builder<?> builder)
builder
public static AbstractVAppType.Builder<?> builder()
toBuilder
public AbstractVAppType.Builder<?> toBuilder()
- Overrides:
toBuilder in class ResourceEntity
getVAppParent
public Reference getVAppParent()
- Gets the value of the vAppParent property.
getSections
public Set<org.jclouds.dmtf.ovf.SectionType> getSections()
- Specific
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
isDeployed
public Boolean isDeployed()
- Gets the value of the deployed property.
equals
public boolean equals(Object o)
- Overrides:
equals in class ResourceEntity
hashCode
public int hashCode()
- Overrides:
hashCode in class ResourceEntity
string
public com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class ResourceEntity
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.