public interface VAppTemplate extends ReferenceType
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isOvfDescriptorUploaded() |
getHref, getName, getType
compareTo
ReferenceType getVDC()
Status getStatus()
List<Task> getTasks()
boolean isOvfDescriptorUploaded()
@Nullable String getVAppScopedLocalId()
Set<Vm> getChildren()
@Nullable VCloudNetworkSection getNetworkSection()
Copyright © 2009-2012 jclouds. All Rights Reserved.