public class VAppTemplateImpl extends ReferenceTypeImpl implements VAppTemplate
| Constructor and Description | 
|---|
VAppTemplateImpl(String name,
                String type,
                URI id,
                Status status,
                ReferenceType vdc,
                String description,
                Iterable<Task> tasks,
                boolean ovfDescriptorUploaded,
                String vAppScopedLocalId,
                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() | 
List<Task> | 
getTasks()
read-only container for Task elements. 
 | 
String | 
getVAppScopedLocalId()
read-only identifier created on import 
 | 
ReferenceType | 
getVDC()
Reference to the VDC containing this template. 
 | 
int | 
hashCode()  | 
boolean | 
isOvfDescriptorUploaded() | 
String | 
toString()  | 
compareTo, getHref, getName, getType, stringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getName, getTypecompareTopublic Status getStatus()
getStatus in interface VAppTemplatepublic ReferenceType getVDC()
getVDC in interface VAppTemplatepublic String getDescription()
getDescription in interface VAppTemplatepublic List<Task> getTasks()
getTasks in interface VAppTemplatepublic String getVAppScopedLocalId()
getVAppScopedLocalId in interface VAppTemplatepublic boolean isOvfDescriptorUploaded()
isOvfDescriptorUploaded in interface VAppTemplatepublic Set<Vm> getChildren()
getChildren in interface VAppTemplatepublic VCloudNetworkSection getNetworkSection()
getNetworkSection in interface VAppTemplatepublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplpublic String toString()
toString in class ReferenceTypeImplCopyright © 2009-2013 jclouds. All Rights Reserved.