public class VmImpl extends ReferenceTypeImpl implements Vm
| Constructor and Description |
|---|
VmImpl(String name,
String type,
URI id,
Status status,
ReferenceType vApp,
String description,
Iterable<Task> tasks,
VCloudVirtualHardwareSection hardware,
VCloudOperatingSystemSection os,
NetworkConnectionSection networkConnectionSection,
GuestCustomizationSection guestCustomization,
String vAppScopedLocalId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
String |
toString() |
compareTo, getHref, getName, getType, stringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHref, getName, getTypecompareTopublic VmImpl(String name, String type, URI id, @Nullable Status status, ReferenceType vApp, @Nullable String description, Iterable<Task> tasks, @Nullable VCloudVirtualHardwareSection hardware, @Nullable VCloudOperatingSystemSection os, @Nullable NetworkConnectionSection networkConnectionSection, @Nullable GuestCustomizationSection guestCustomization, @Nullable String vAppScopedLocalId)
public ReferenceType getParent()
VApp or VAppTemplate containing this vm.public String getDescription()
getDescription in interface Vmpublic List<Task> getTasks()
public VCloudVirtualHardwareSection getVirtualHardwareSection()
getVirtualHardwareSection in interface Vmpublic VCloudOperatingSystemSection getOperatingSystemSection()
getOperatingSystemSection in interface Vmpublic NetworkConnectionSection getNetworkConnectionSection()
getNetworkConnectionSection in interface Vmpublic GuestCustomizationSection getGuestCustomizationSection()
getGuestCustomizationSection in interface Vmpublic String getVAppScopedLocalId()
getVAppScopedLocalId in interface Vmpublic int hashCode()
hashCode in class ReferenceTypeImplpublic boolean equals(Object obj)
equals in class ReferenceTypeImplpublic String toString()
toString in class ReferenceTypeImplCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.