|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Vm
A Vm represents a virtual machine, a member of a vApp’s Children container.
getStatus()
is Status.UNRESOLVED
, there will be a task present for the
instantiation of the VApp.
Method Summary | |
---|---|
String |
getDescription()
optional description |
GuestCustomizationSection |
getGuestCustomizationSection()
|
NetworkConnectionSection |
getNetworkConnectionSection()
|
VCloudOperatingSystemSection |
getOperatingSystemSection()
|
ReferenceType |
getParent()
Reference to the VApp or VAppTemplate containing this vm. |
Status |
getStatus()
|
List<Task> |
getTasks()
read‐only container for Task elements. |
String |
getVAppScopedLocalId()
read-only identifier created on import |
VCloudVirtualHardwareSection |
getVirtualHardwareSection()
|
Methods inherited from interface org.jclouds.vcloud.domain.ReferenceType |
---|
getHref, getName, getType |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
ReferenceType getParent()
VApp
or VAppTemplate
containing this vm.
@Nullable Status getStatus()
@Nullable String getDescription()
List<Task> getTasks()
@Nullable VCloudVirtualHardwareSection getVirtualHardwareSection()
@Nullable VCloudOperatingSystemSection getOperatingSystemSection()
@Nullable NetworkConnectionSection getNetworkConnectionSection()
@Nullable GuestCustomizationSection getGuestCustomizationSection()
@Nullable String getVAppScopedLocalId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |