|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.vcloud.domain.internal.ReferenceTypeImpl org.jclouds.vcloud.domain.internal.VAppImpl
public class VAppImpl
Locations of resources in vCloud
Constructor Summary | |
---|---|
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<? extends Vm> children)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Set<? extends Vm> |
getChildren()
container for Vm elements representing virtual machines |
String |
getDescription()
optional description |
Status |
getStatus()
The creation status of the vDC |
List<Task> |
getTasks()
read‐only container for Task elements. |
ReferenceType |
getVDC()
Reference to the vdc containing this vApp. |
int |
hashCode()
|
boolean |
isOvfDescriptorUploaded()
|
String |
toString()
|
Methods inherited from class org.jclouds.vcloud.domain.internal.ReferenceTypeImpl |
---|
compareTo, getHref, getName, getType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public VAppImpl(String name, String type, URI id, Status status, ReferenceType vdc, @Nullable String description, Iterable<Task> tasks, boolean ovfDescriptorUploaded, Iterable<? extends Vm> children)
Method Detail |
---|
public Status getStatus()
getStatus
in interface VApp
public ReferenceType getVDC()
getVDC
in interface VApp
public String getDescription()
getDescription
in interface VApp
public List<Task> getTasks()
getTasks
in interface VApp
public boolean isOvfDescriptorUploaded()
isOvfDescriptorUploaded
in interface VApp
public Set<? extends Vm> getChildren()
getChildren
in interface VApp
public int hashCode()
hashCode
in class ReferenceTypeImpl
public boolean equals(Object obj)
equals
in class ReferenceTypeImpl
public String toString()
toString
in class ReferenceTypeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |