org.jclouds.vcloud.director.v1_5.domain
Class VAppTemplate

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.Entity
          extended by org.jclouds.vcloud.director.v1_5.domain.ResourceEntity
              extended by org.jclouds.vcloud.director.v1_5.domain.VAppTemplate

public class VAppTemplate
extends ResourceEntity

Represents a vApp template.

 <complexType name="VAppTemplate" />
 


Nested Class Summary
static class VAppTemplate.Builder<B extends VAppTemplate.Builder<B>>
           
 
Nested classes/interfaces inherited from class org.jclouds.vcloud.director.v1_5.domain.ResourceEntity
ResourceEntity.Status
 
Field Summary
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected VAppTemplate()
           
protected VAppTemplate(VAppTemplate.Builder<?> builder)
           
 
Method Summary
static VAppTemplate.Builder<?> builder()
           
 boolean equals(Object o)
           
 Set<VAppTemplate> 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()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.ResourceEntity
clone, getFiles, getStatus, string
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity
getDescription, getId, getName, getTasks, setDescription, setName
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
getHref, getLinks, getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VAppTemplate

protected VAppTemplate(VAppTemplate.Builder<?> builder)

VAppTemplate

protected VAppTemplate()
Method Detail

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:


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.