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

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
                  extended by org.jclouds.vcloud.director.v1_5.domain.VApp

public class VApp
extends AbstractVAppType

Represents a vApp.

 <complexType name="VApp" />
 

Author:
grkvlt@apache.org

Nested Class Summary
static class VApp.Builder<B extends VApp.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 VApp()
           
protected VApp(VApp.Builder<?> builder)
           
 
Method Summary
static VApp.Builder<?> builder()
           
 boolean equals(Object o)
           
 VAppChildren getChildren()
          Gets the value of the children property.
 Owner getOwner()
          Gets the value of the owner property.
 int hashCode()
           
 Boolean isInMaintenanceMode()
          Gets the value of the inMaintenanceMode property.
 Boolean isOvfDescriptorUploaded()
          Gets the value of the ovfDescriptorUploaded property.
 com.google.common.base.Objects.ToStringHelper string()
           
 VApp.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.AbstractVAppType
getSections, getVAppParent, isDeployed
 
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

VApp

protected VApp()

VApp

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

builder

public static VApp.Builder<?> builder()

toBuilder

public VApp.Builder<?> toBuilder()
Overrides:
toBuilder in class AbstractVAppType

getOwner

public Owner getOwner()
Gets the value of the owner property.


isInMaintenanceMode

public Boolean isInMaintenanceMode()
Gets the value of the inMaintenanceMode property.


getChildren

public VAppChildren getChildren()
Gets the value of the children property.


isOvfDescriptorUploaded

public Boolean isOvfDescriptorUploaded()
Gets the value of the ovfDescriptorUploaded property.


equals

public boolean equals(Object o)
Overrides:
equals in class AbstractVAppType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractVAppType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class AbstractVAppType


Copyright © 2009-2012 jclouds. All Rights Reserved.