public class VAppTemplate extends ResourceEntity
<complexType name="VAppTemplate" />
Modifier and Type | Class and Description |
---|---|
static class |
VAppTemplate.Builder<B extends VAppTemplate.Builder<B>> |
ResourceEntity.Status
Modifier | Constructor and Description |
---|---|
protected |
VAppTemplate() |
protected |
VAppTemplate(VAppTemplate.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static VAppTemplate.Builder<?> |
builder() |
boolean |
equals(Object o) |
Set<Vm> |
getChildren()
Gets the value of the children property.
|
Owner |
getOwner()
Gets the value of the owner property.
|
Set<SectionType> |
getSections()
Contains ovf sections for vApp template.
|
String |
getVAppScopedLocalId()
Gets the value of the vAppScopedLocalId property.
|
int |
hashCode() |
boolean |
isGoldMaster()
Gets the value of the goldMaster property.
|
Boolean |
isOvfDescriptorUploaded()
Gets the value of the ovfDescriptorUploaded property.
|
VAppTemplate.Builder<?> |
toBuilder() |
String |
toString() |
clone, getFiles, getStatus, string
getDescription, getId, getName, getTasks, setDescription, setName
protected VAppTemplate(VAppTemplate.Builder<?> builder)
protected VAppTemplate()
public static VAppTemplate.Builder<?> builder()
public VAppTemplate.Builder<?> toBuilder()
toBuilder
in class ResourceEntity
public Owner getOwner()
public Set<SectionType> getSections()
VirtualHardwareSectionType
LeaseSettingsSectionType
EulaSectionType
RuntimeInfoSectionType
AnnotationSectionType
DeploymentOptionSectionType
StartupSectionType
ResourceAllocationSectionType
NetworkConnectionSectionType
CustomizationSectionType
ProductSectionType
GuestCustomizationSectionType
OperatingSystemSectionType
NetworkConfigSectionType
NetworkSectionType
DiskSectionType
InstallSectionType
public String getVAppScopedLocalId()
public Boolean isOvfDescriptorUploaded()
public boolean isGoldMaster()
public boolean equals(Object o)
equals
in class ResourceEntity
public int hashCode()
hashCode
in class ResourceEntity
Copyright © 2009-2013 jclouds. All Rights Reserved.