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

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.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

Nested Class Summary
static class AbstractVAppType.Builder<B extends AbstractVAppType.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 AbstractVAppType()
           
protected AbstractVAppType(AbstractVAppType.Builder<?> builder)
           
 
Method Summary
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()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.ResourceEntity
clone, getFiles, getStatus
 
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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractVAppType

protected AbstractVAppType()

AbstractVAppType

protected AbstractVAppType(AbstractVAppType.Builder<?> builder)
Method Detail

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:


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.