org.jclouds.vcloud.director.v1_5.domain
Class VAppTemplate
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.VAppTemplate
public class VAppTemplate
- extends ResourceEntity
Represents a vApp template.
<complexType name="VAppTemplate" />
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
logger |
VAppTemplate
protected VAppTemplate(VAppTemplate.Builder<?> builder)
VAppTemplate
protected VAppTemplate()
builder
public static VAppTemplate.Builder<?> builder()
toBuilder
public VAppTemplate.Builder<?> toBuilder()
- Overrides:
toBuilder in class ResourceEntity
getOwner
public Owner getOwner()
- Gets the value of the owner property.
getChildren
public Set<VAppTemplate> getChildren()
- Gets the value of the children property.
getSections
public Set<SectionType> getSections()
- Contains ovf sections for vApp template.
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
getVAppScopedLocalId
public String getVAppScopedLocalId()
- Gets the value of the vAppScopedLocalId property.
isOvfDescriptorUploaded
public Boolean isOvfDescriptorUploaded()
- Gets the value of the ovfDescriptorUploaded property.
isGoldMaster
public boolean isGoldMaster()
- Gets the value of the goldMaster property.
equals
public boolean equals(Object o)
- Overrides:
equals in class ResourceEntity
hashCode
public int hashCode()
- Overrides:
hashCode in class ResourceEntity
toString
public String toString()
- Overrides:
toString in class Resource
Copyright © 2009-2012 jclouds. All Rights Reserved.