public interface Vm extends ReferenceType
getStatus()
is Status.UNRESOLVED
, there will be a task present for the
instantiation of the VApp.Modifier and Type | Method and Description |
---|---|
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() |
getHref, getName, getType
compareTo
ReferenceType getParent()
VApp
or VAppTemplate
containing this vm.@Nullable Status getStatus()
List<Task> getTasks()
@Nullable VCloudVirtualHardwareSection getVirtualHardwareSection()
@Nullable VCloudOperatingSystemSection getOperatingSystemSection()
@Nullable NetworkConnectionSection getNetworkConnectionSection()
@Nullable GuestCustomizationSection getGuestCustomizationSection()
Copyright © 2009-2012 jclouds. All Rights Reserved.