public class VM extends VmBase
Java class for VM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VM"> <complexContent> <extension base="{}VmBase"> <sequence> <element name="stop_reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}host" minOccurs="0"/> <element ref="{}template" minOccurs="0"/> <element ref="{}instance_type" minOccurs="0"/> <element name="start_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="stop_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="run_once" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="payloads" type="{}Payloads" minOccurs="0"/> <element name="statistics" type="{}Statistics" minOccurs="0"/> <element name="disks" type="{}Disks" minOccurs="0"/> <element ref="{}initialization" minOccurs="0"/> <element name="nics" type="{}Nics" minOccurs="0"/> <element name="tags" type="{}Tags" minOccurs="0"/> <element name="snapshots" type="{}Snapshots" minOccurs="0"/> <element name="placement_policy" type="{}VmPlacementPolicy" minOccurs="0"/> <element name="guest_info" type="{}GuestInfo" minOccurs="0"/> <element ref="{}quota" minOccurs="0"/> <element ref="{}vmpool" minOccurs="0"/> <element ref="{}cdroms" minOccurs="0"/> <element ref="{}floppies" minOccurs="0"/> <element ref="{}reported_devices" minOccurs="0"/> <element ref="{}watchdogs" minOccurs="0"/> <element name="use_latest_template_version" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="next_run_configuration_exists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="numa_tune_mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}permissions" minOccurs="0"/> <element ref="{}external_host_provider" minOccurs="0"/> <element ref="{}katello_errata" minOccurs="0"/> <element name="guest_time_zone" type="{}TimeZone" minOccurs="0"/> <element name="guest_operating_system" type="{}GuestOperatingSystem" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
VM() |
Modifier and Type | Method and Description |
---|---|
Object |
getCdRoms()
Gets the value of the cdroms property.
|
Object |
getDisks()
Gets the value of the disks property.
|
ExternalHostProvider |
getExternalHostProvider()
Gets the value of the externalHostProvider property.
|
Floppies |
getFloppies()
Gets the value of the floppies property.
|
GuestInfo |
getGuestInfo()
Gets the value of the guestInfo property.
|
GuestOperatingSystem |
getGuestOperatingSystem()
Gets the value of the guestOperatingSystem property.
|
TimeZone |
getGuestTimeZone()
Gets the value of the guestTimeZone property.
|
Host |
getHost()
Gets the value of the host property.
|
Initialization |
getInitialization()
Gets the value of the initialization property.
|
InstanceType |
getInstanceType()
Gets the value of the instanceType property.
|
Object |
getKatelloErrata()
Gets the value of the katelloErrata property.
|
Boolean |
getNextRunConfigurationExists()
Gets the value of the nextRunConfigurationExists property.
|
Object |
getNics()
Gets the value of the nics property.
|
String |
getNumaTuneMode()
Gets the value of the numaTuneMode property.
|
Payloads |
getPayloads()
Gets the value of the payloads property.
|
Object |
getPermissions()
Gets the value of the permissions property.
|
VmPlacementPolicy |
getPlacementPolicy()
Gets the value of the placementPolicy property.
|
Quota |
getQuota()
Gets the value of the quota property.
|
Object |
getReportedDevices()
Gets the value of the reportedDevices property.
|
Boolean |
getRunOnce()
Gets the value of the runOnce property.
|
Object |
getSnapshots()
Gets the value of the snapshots property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
Object |
getStatistics()
Gets the value of the statistics property.
|
String |
getStopReason()
Gets the value of the stopReason property.
|
XMLGregorianCalendar |
getStopTime()
Gets the value of the stopTime property.
|
Object |
getTags()
Gets the value of the tags property.
|
Template |
getTemplate()
Gets the value of the template property.
|
Boolean |
getUseLatestTemplateVersion()
Gets the value of the useLatestTemplateVersion property.
|
VmPool |
getVmPool()
Gets the value of the vmPool property.
|
Object |
getWatchDogs()
Gets the value of the watchdogs property.
|
boolean |
isSetCdroms() |
boolean |
isSetDisks() |
boolean |
isSetExternalHostProvider() |
boolean |
isSetFloppies() |
boolean |
isSetGuestInfo() |
boolean |
isSetGuestOperatingSystem() |
boolean |
isSetGuestTimeZone() |
boolean |
isSetHost() |
boolean |
isSetInitialization() |
boolean |
isSetInstanceType() |
boolean |
isSetKatelloErrata() |
boolean |
isSetNextRunConfigurationExists() |
boolean |
isSetNics() |
boolean |
isSetNumaTuneMode() |
boolean |
isSetPayloads() |
boolean |
isSetPermissions() |
boolean |
isSetPlacementPolicy() |
boolean |
isSetQuota() |
boolean |
isSetReportedDevices() |
boolean |
isSetRunOnce() |
boolean |
isSetSnapshots() |
boolean |
isSetStartTime() |
boolean |
isSetStatistics() |
boolean |
isSetStopReason() |
boolean |
isSetStopTime() |
boolean |
isSetTags() |
boolean |
isSetTemplate() |
boolean |
isSetUseLatestTemplateVersion() |
boolean |
isSetVmPool() |
boolean |
isSetWatchdogs() |
void |
setCdroms(CdRoms value)
Sets the value of the cdroms property.
|
void |
setDisks(Disks value)
Sets the value of the disks property.
|
void |
setExternalHostProvider(ExternalHostProvider value)
Sets the value of the externalHostProvider property.
|
void |
setFloppies(Floppies value)
Sets the value of the floppies property.
|
void |
setGuestInfo(GuestInfo value)
Sets the value of the guestInfo property.
|
void |
setGuestOperatingSystem(GuestOperatingSystem value)
Sets the value of the guestOperatingSystem property.
|
void |
setGuestTimeZone(TimeZone value)
Sets the value of the guestTimeZone property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setInitialization(Initialization value)
Sets the value of the initialization property.
|
void |
setInstanceType(InstanceType value)
Sets the value of the instanceType property.
|
void |
setKatelloErrata(KatelloErrata value)
Sets the value of the katelloErrata property.
|
void |
setNextRunConfigurationExists(Boolean value)
Sets the value of the nextRunConfigurationExists property.
|
void |
setNics(Nics value)
Sets the value of the nics property.
|
void |
setNumaTuneMode(String value)
Sets the value of the numaTuneMode property.
|
void |
setPayloads(Payloads value)
Sets the value of the payloads property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
void |
setPlacementPolicy(VmPlacementPolicy value)
Sets the value of the placementPolicy property.
|
void |
setQuota(Quota value)
Sets the value of the quota property.
|
void |
setReportedDevices(ReportedDevices value)
Sets the value of the reportedDevices property.
|
void |
setRunOnce(Boolean value)
Sets the value of the runOnce property.
|
void |
setSnapshots(Snapshots value)
Sets the value of the snapshots property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStatistics(Statistics value)
Sets the value of the statistics property.
|
void |
setStopReason(String value)
Sets the value of the stopReason property.
|
void |
setStopTime(XMLGregorianCalendar value)
Sets the value of the stopTime property.
|
void |
setTags(Tags value)
Sets the value of the tags property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setUseLatestTemplateVersion(Boolean value)
Sets the value of the useLatestTemplateVersion property.
|
void |
setVmPool(VmPool value)
Sets the value of the vmPool property.
|
void |
setWatchdogs(WatchDogs value)
Sets the value of the watchdogs property.
|
getBios, getCluster, getConsole, getCpu, getCpuProfile, getCpuShares, getCreationTime, getCustomCpuModel, getCustomEmulatedMachine, getCustomProperties, getDeleteProtected, getDisplay, getDomain, getHighAvailability, getIo, getLargeIcon, getMemory, getMemoryPolicy, getMigration, getMigrationDowntime, getOrigin, getOs, getRngDevice, getSerialNumber, getSmallIcon, getSoundcardEnabled, getSso, getStartPaused, getStateless, getStatus, getStorageDomain, getTimezone, getTimeZone, getTunnelMigration, getType, getUsb, getVirtioScsi, isSetBios, isSetCluster, isSetConsole, isSetCpu, isSetCpuProfile, isSetCpuShares, isSetCreationTime, isSetCustomCpuModel, isSetCustomEmulatedMachine, isSetCustomProperties, isSetDeleteProtected, isSetDisplay, isSetDomain, isSetHighAvailability, isSetIo, isSetLargeIcon, isSetMemory, isSetMemoryPolicy, isSetMigration, isSetMigrationDowntime, isSetOrigin, isSetOs, isSetRngDevice, isSetSerialNumber, isSetSmallIcon, isSetSoundcardEnabled, isSetSso, isSetStartPaused, isSetStateless, isSetStatus, isSetStorageDomain, isSetTimezone, isSetTimeZone, isSetTunnelMigration, isSetType, isSetUsb, isSetVirtioScsi, setBios, setCluster, setConsole, setCpu, setCpuProfile, setCpuShares, setCreationTime, setCustomCpuModel, setCustomEmulatedMachine, setCustomProperties, setDeleteProtected, setDisplay, setDomain, setHighAvailability, setIo, setLargeIcon, setMemory, setMemoryPolicy, setMigration, setMigrationDowntime, setOrigin, setOs, setRngDevice, setSerialNumber, setSmallIcon, setSoundcardEnabled, setSso, setStartPaused, setStateless, setStatus, setStorageDomain, setTimezone, setTimeZone, setTunnelMigration, setType, setUsb, setVirtioScsi
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getStopReason()
String
public void setStopReason(String value)
value
- allowed object is
String
public boolean isSetStopReason()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public InstanceType getInstanceType()
InstanceType
public void setInstanceType(InstanceType value)
value
- allowed object is
InstanceType
public boolean isSetInstanceType()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendar
public void setStartTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStartTime()
public XMLGregorianCalendar getStopTime()
XMLGregorianCalendar
public void setStopTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetStopTime()
public Boolean getRunOnce()
Boolean
public void setRunOnce(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRunOnce()
public Payloads getPayloads()
Payloads
public void setPayloads(Payloads value)
value
- allowed object is
Payloads
public boolean isSetPayloads()
public Object getStatistics()
Statistics
public void setStatistics(Statistics value)
value
- allowed object is
Statistics
public boolean isSetStatistics()
public Object getDisks()
Disks
public void setDisks(Disks value)
value
- allowed object is
Disks
public boolean isSetDisks()
public Initialization getInitialization()
Initialization
public void setInitialization(Initialization value)
value
- allowed object is
Initialization
public boolean isSetInitialization()
public Object getNics()
Nics
public void setNics(Nics value)
value
- allowed object is
Nics
public boolean isSetNics()
public Object getTags()
Tags
public void setTags(Tags value)
value
- allowed object is
Tags
public boolean isSetTags()
public Object getSnapshots()
Snapshots
public void setSnapshots(Snapshots value)
value
- allowed object is
Snapshots
public boolean isSetSnapshots()
public VmPlacementPolicy getPlacementPolicy()
VmPlacementPolicy
public void setPlacementPolicy(VmPlacementPolicy value)
value
- allowed object is
VmPlacementPolicy
public boolean isSetPlacementPolicy()
public GuestInfo getGuestInfo()
GuestInfo
public void setGuestInfo(GuestInfo value)
value
- allowed object is
GuestInfo
public boolean isSetGuestInfo()
public Quota getQuota()
Quota
public void setQuota(Quota value)
value
- allowed object is
Quota
public boolean isSetQuota()
public VmPool getVmPool()
VmPool
public void setVmPool(VmPool value)
value
- allowed object is
VmPool
public boolean isSetVmPool()
public Object getCdRoms()
CdRoms
public void setCdroms(CdRoms value)
value
- allowed object is
CdRoms
public boolean isSetCdroms()
public Floppies getFloppies()
Floppies
public void setFloppies(Floppies value)
value
- allowed object is
Floppies
public boolean isSetFloppies()
public Object getReportedDevices()
ReportedDevices
public void setReportedDevices(ReportedDevices value)
value
- allowed object is
ReportedDevices
public boolean isSetReportedDevices()
public Object getWatchDogs()
WatchDogs
public void setWatchdogs(WatchDogs value)
value
- allowed object is
WatchDogs
public boolean isSetWatchdogs()
public Boolean getUseLatestTemplateVersion()
Boolean
public void setUseLatestTemplateVersion(Boolean value)
value
- allowed object is
Boolean
public boolean isSetUseLatestTemplateVersion()
public Boolean getNextRunConfigurationExists()
Boolean
public void setNextRunConfigurationExists(Boolean value)
value
- allowed object is
Boolean
public boolean isSetNextRunConfigurationExists()
public String getNumaTuneMode()
String
public void setNumaTuneMode(String value)
value
- allowed object is
String
public boolean isSetNumaTuneMode()
public Object getPermissions()
Permissions
public void setPermissions(Permissions value)
value
- allowed object is
Permissions
public boolean isSetPermissions()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProvider
public void setExternalHostProvider(ExternalHostProvider value)
value
- allowed object is
ExternalHostProvider
public boolean isSetExternalHostProvider()
public Object getKatelloErrata()
KatelloErrata
public void setKatelloErrata(KatelloErrata value)
value
- allowed object is
KatelloErrata
public boolean isSetKatelloErrata()
public TimeZone getGuestTimeZone()
TimeZone
public void setGuestTimeZone(TimeZone value)
value
- allowed object is
TimeZone
public boolean isSetGuestTimeZone()
public GuestOperatingSystem getGuestOperatingSystem()
GuestOperatingSystem
public void setGuestOperatingSystem(GuestOperatingSystem value)
value
- allowed object is
GuestOperatingSystem
public boolean isSetGuestOperatingSystem()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0