public class VAppImpl extends ReferenceTypeImpl implements VApp
| Constructor and Description |
|---|
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<Vm> children,
VCloudNetworkSection networkSection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<Vm> |
getChildren()
container for Vm elements representing virtual machines
|
String |
getDescription()
optional description
|
VCloudNetworkSection |
getNetworkSection()
description of the predefined vApp internal networks in this template
|
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() |
compareTo, getHref, getName, getType, stringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getName, getTypecompareTopublic Status getStatus()
public ReferenceType getVDC()
public String getDescription()
getDescription in interface VApppublic List<Task> getTasks()
public boolean isOvfDescriptorUploaded()
isOvfDescriptorUploaded in interface VApppublic Set<Vm> getChildren()
getChildren in interface VApppublic VCloudNetworkSection getNetworkSection()
getNetworkSection in interface VApppublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplpublic String toString()
toString in class ReferenceTypeImplCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.