|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VAppTemplate
A VAppTemplate is an abstract description of a vApp. It is created when you upload an OVF package to a vDC.
Method Summary | |
---|---|
Set<? extends 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. |
boolean |
isOvfDescriptorUploaded()
|
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
ReferenceType getVDC()
Status getStatus()
@Nullable String getDescription()
List<Task> getTasks()
boolean isOvfDescriptorUploaded()
@Nullable String getVAppScopedLocalId()
Set<? extends Vm> getChildren()
@Nullable VCloudNetworkSection getNetworkSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |