public class VM extends BaseResource
Java class for VM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VM">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element name="memory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="cpu" type="{}CPU" minOccurs="0"/>
<element name="os" type="{}OperatingSystem" minOccurs="0"/>
<element name="high_availability" type="{}HighAvailability" minOccurs="0"/>
<element name="display" type="{}Display" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
<element ref="{}cluster" minOccurs="0"/>
<element ref="{}template" minOccurs="0"/>
<element ref="{}storage_domain" minOccurs="0"/>
<element name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="creation_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stateless" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}domain" minOccurs="0"/>
<element name="custom_properties" type="{}CustomProperties" minOccurs="0"/>
<element name="statistics" type="{}Statistics" minOccurs="0"/>
<element name="disks" type="{}Disks" minOccurs="0"/>
<element name="nics" type="{}Nics" minOccurs="0"/>
<element name="tags" type="{}Tags" minOccurs="0"/>
<element name="placement_policy" type="{}VmPlacementPolicy" minOccurs="0"/>
<element name="memory_policy" type="{}VmMemoryPolicy" minOccurs="0"/>
<element name="guest_info" type="{}GuestInfo" minOccurs="0"/>
<element ref="{}usb" minOccurs="0"/>
<element ref="{}vmpool" minOccurs="0"/>
<element ref="{}cdroms" minOccurs="0"/>
<element ref="{}floppies" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CdRoms |
cdroms |
protected Cluster |
cluster |
protected CPU |
cpu |
protected XMLGregorianCalendar |
creationTime |
protected CustomProperties |
customProperties |
protected Disks |
disks |
protected Display |
display |
protected Domain |
domain |
protected Floppies |
floppies |
protected GuestInfo |
guestInfo |
protected HighAvailability |
highAvailability |
protected Host |
host |
protected Long |
memory |
protected VmMemoryPolicy |
memoryPolicy |
protected Nics |
nics |
protected String |
origin |
protected OperatingSystem |
os |
protected VmPlacementPolicy |
placementPolicy |
protected XMLGregorianCalendar |
startTime |
protected Boolean |
stateless |
protected Statistics |
statistics |
protected Status |
status |
protected StorageDomain |
storageDomain |
protected Tags |
tags |
protected Template |
template |
protected String |
timezone |
protected String |
type |
protected Usb |
usb |
protected VmPool |
vmPool |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
VM() |
| Modifier and Type | Method and Description |
|---|---|
CdRoms |
getCdroms()
Gets the value of the cdroms property.
|
Cluster |
getCluster()
Gets the value of the cluster property.
|
CPU |
getCpu()
Gets the value of the cpu property.
|
XMLGregorianCalendar |
getCreationTime()
Gets the value of the creationTime property.
|
CustomProperties |
getCustomProperties()
Gets the value of the customProperties property.
|
Disks |
getDisks()
Gets the value of the disks property.
|
Display |
getDisplay()
Gets the value of the display property.
|
Domain |
getDomain()
Gets the value of the domain property.
|
Floppies |
getFloppies()
Gets the value of the floppies property.
|
GuestInfo |
getGuestInfo()
Gets the value of the guestInfo property.
|
HighAvailability |
getHighAvailability()
Gets the value of the highAvailability property.
|
Host |
getHost()
Gets the value of the host property.
|
Long |
getMemory()
Gets the value of the memory property.
|
VmMemoryPolicy |
getMemoryPolicy()
Gets the value of the memoryPolicy property.
|
Nics |
getNics()
Gets the value of the nics property.
|
String |
getOrigin()
Gets the value of the origin property.
|
OperatingSystem |
getOs()
Gets the value of the os property.
|
VmPlacementPolicy |
getPlacementPolicy()
Gets the value of the placementPolicy property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
Statistics |
getStatistics()
Gets the value of the statistics property.
|
Status |
getStatus()
Gets the value of the status property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
Tags |
getTags()
Gets the value of the tags property.
|
Template |
getTemplate()
Gets the value of the template property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
String |
getType()
Gets the value of the type property.
|
Usb |
getUsb()
Gets the value of the usb property.
|
VmPool |
getVmPool()
Gets the value of the vmPool property.
|
boolean |
isSetCdroms() |
boolean |
isSetCluster() |
boolean |
isSetCpu() |
boolean |
isSetCreationTime() |
boolean |
isSetCustomProperties() |
boolean |
isSetDisks() |
boolean |
isSetDisplay() |
boolean |
isSetDomain() |
boolean |
isSetFloppies() |
boolean |
isSetGuestInfo() |
boolean |
isSetHighAvailability() |
boolean |
isSetHost() |
boolean |
isSetMemory() |
boolean |
isSetMemoryPolicy() |
boolean |
isSetNics() |
boolean |
isSetOrigin() |
boolean |
isSetOs() |
boolean |
isSetPlacementPolicy() |
boolean |
isSetStartTime() |
boolean |
isSetStateless() |
boolean |
isSetStatistics() |
boolean |
isSetStatus() |
boolean |
isSetStorageDomain() |
boolean |
isSetTags() |
boolean |
isSetTemplate() |
boolean |
isSetTimezone() |
boolean |
isSetType() |
boolean |
isSetUsb() |
boolean |
isSetVmPool() |
Boolean |
isStateless()
Gets the value of the stateless property.
|
void |
setCdroms(CdRoms value)
Sets the value of the cdroms property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setCpu(CPU value)
Sets the value of the cpu property.
|
void |
setCreationTime(XMLGregorianCalendar value)
Sets the value of the creationTime property.
|
void |
setCustomProperties(CustomProperties value)
Sets the value of the customProperties property.
|
void |
setDisks(Disks value)
Sets the value of the disks property.
|
void |
setDisplay(Display value)
Sets the value of the display property.
|
void |
setDomain(Domain value)
Sets the value of the domain property.
|
void |
setFloppies(Floppies value)
Sets the value of the floppies property.
|
void |
setGuestInfo(GuestInfo value)
Sets the value of the guestInfo property.
|
void |
setHighAvailability(HighAvailability value)
Sets the value of the highAvailability property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setMemory(Long value)
Sets the value of the memory property.
|
void |
setMemoryPolicy(VmMemoryPolicy value)
Sets the value of the memoryPolicy property.
|
void |
setNics(Nics value)
Sets the value of the nics property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setOs(OperatingSystem value)
Sets the value of the os property.
|
void |
setPlacementPolicy(VmPlacementPolicy value)
Sets the value of the placementPolicy property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStateless(Boolean value)
Sets the value of the stateless property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setTags(Tags value)
Sets the value of the tags property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsb(Usb value)
Sets the value of the usb property.
|
void |
setVmPool(VmPool value)
Sets the value of the vmPool property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected String type
protected Status status
protected Long memory
protected CPU cpu
protected OperatingSystem os
protected HighAvailability highAvailability
protected Display display
protected Host host
protected Cluster cluster
protected Template template
protected StorageDomain storageDomain
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar creationTime
protected String origin
protected Boolean stateless
protected String timezone
protected Domain domain
protected CustomProperties customProperties
protected Statistics statistics
protected Disks disks
protected Nics nics
protected Tags tags
protected VmPlacementPolicy placementPolicy
protected VmMemoryPolicy memoryPolicy
protected GuestInfo guestInfo
protected Usb usb
protected VmPool vmPool
protected CdRoms cdroms
protected Floppies floppies
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Long getMemory()
Longpublic void setMemory(Long value)
value - allowed object is
Longpublic boolean isSetMemory()
public void setCpu(CPU value)
value - allowed object is
CPUpublic boolean isSetCpu()
public OperatingSystem getOs()
OperatingSystempublic void setOs(OperatingSystem value)
value - allowed object is
OperatingSystempublic boolean isSetOs()
public HighAvailability getHighAvailability()
HighAvailabilitypublic void setHighAvailability(HighAvailability value)
value - allowed object is
HighAvailabilitypublic boolean isSetHighAvailability()
public Display getDisplay()
Displaypublic void setDisplay(Display value)
value - allowed object is
Displaypublic boolean isSetDisplay()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public Template getTemplate()
Templatepublic void setTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetTemplate()
public StorageDomain getStorageDomain()
StorageDomainpublic void setStorageDomain(StorageDomain value)
value - allowed object is
StorageDomainpublic boolean isSetStorageDomain()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStartTime()
public XMLGregorianCalendar getCreationTime()
XMLGregorianCalendarpublic void setCreationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreationTime()
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic boolean isSetOrigin()
public Boolean isStateless()
Booleanpublic void setStateless(Boolean value)
value - allowed object is
Booleanpublic boolean isSetStateless()
public String getTimezone()
Stringpublic void setTimezone(String value)
value - allowed object is
Stringpublic boolean isSetTimezone()
public Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic boolean isSetDomain()
public CustomProperties getCustomProperties()
CustomPropertiespublic void setCustomProperties(CustomProperties value)
value - allowed object is
CustomPropertiespublic boolean isSetCustomProperties()
public Statistics getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
public Disks getDisks()
Diskspublic void setDisks(Disks value)
value - allowed object is
Diskspublic boolean isSetDisks()
public void setNics(Nics value)
value - allowed object is
Nicspublic boolean isSetNics()
public void setTags(Tags value)
value - allowed object is
Tagspublic boolean isSetTags()
public VmPlacementPolicy getPlacementPolicy()
VmPlacementPolicypublic void setPlacementPolicy(VmPlacementPolicy value)
value - allowed object is
VmPlacementPolicypublic boolean isSetPlacementPolicy()
public VmMemoryPolicy getMemoryPolicy()
VmMemoryPolicypublic void setMemoryPolicy(VmMemoryPolicy value)
value - allowed object is
VmMemoryPolicypublic boolean isSetMemoryPolicy()
public GuestInfo getGuestInfo()
GuestInfopublic void setGuestInfo(GuestInfo value)
value - allowed object is
GuestInfopublic boolean isSetGuestInfo()
public void setUsb(Usb value)
value - allowed object is
Usbpublic boolean isSetUsb()
public VmPool getVmPool()
VmPoolpublic void setVmPool(VmPool value)
value - allowed object is
VmPoolpublic boolean isSetVmPool()
public CdRoms getCdroms()
CdRomspublic void setCdroms(CdRoms value)
value - allowed object is
CdRomspublic boolean isSetCdroms()
public Floppies getFloppies()
Floppiespublic void setFloppies(Floppies value)
value - allowed object is
Floppiespublic boolean isSetFloppies()
Copyright © 2012. All Rights Reserved.