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, setVirtioScsigetComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getStopReason()
Stringpublic void setStopReason(String value)
value - allowed object is
Stringpublic boolean isSetStopReason()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public Template getTemplate()
Templatepublic void setTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetTemplate()
public InstanceType getInstanceType()
InstanceTypepublic void setInstanceType(InstanceType value)
value - allowed object is
InstanceTypepublic boolean isSetInstanceType()
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStartTime()
public XMLGregorianCalendar getStopTime()
XMLGregorianCalendarpublic void setStopTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetStopTime()
public Boolean getRunOnce()
Booleanpublic void setRunOnce(Boolean value)
value - allowed object is
Booleanpublic boolean isSetRunOnce()
public Payloads getPayloads()
Payloadspublic void setPayloads(Payloads value)
value - allowed object is
Payloadspublic boolean isSetPayloads()
public Object getStatistics()
Statisticspublic void setStatistics(Statistics value)
value - allowed object is
Statisticspublic boolean isSetStatistics()
public Object getDisks()
Diskspublic void setDisks(Disks value)
value - allowed object is
Diskspublic boolean isSetDisks()
public Initialization getInitialization()
Initializationpublic void setInitialization(Initialization value)
value - allowed object is
Initializationpublic boolean isSetInitialization()
public Object getNics()
Nicspublic void setNics(Nics value)
value - allowed object is
Nicspublic boolean isSetNics()
public Object getTags()
Tagspublic void setTags(Tags value)
value - allowed object is
Tagspublic boolean isSetTags()
public Object getSnapshots()
Snapshotspublic void setSnapshots(Snapshots value)
value - allowed object is
Snapshotspublic boolean isSetSnapshots()
public VmPlacementPolicy getPlacementPolicy()
VmPlacementPolicypublic void setPlacementPolicy(VmPlacementPolicy value)
value - allowed object is
VmPlacementPolicypublic boolean isSetPlacementPolicy()
public GuestInfo getGuestInfo()
GuestInfopublic void setGuestInfo(GuestInfo value)
value - allowed object is
GuestInfopublic boolean isSetGuestInfo()
public Quota getQuota()
Quotapublic void setQuota(Quota value)
value - allowed object is
Quotapublic boolean isSetQuota()
public VmPool getVmPool()
VmPoolpublic void setVmPool(VmPool value)
value - allowed object is
VmPoolpublic boolean isSetVmPool()
public Object 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()
public Object getReportedDevices()
ReportedDevicespublic void setReportedDevices(ReportedDevices value)
value - allowed object is
ReportedDevicespublic boolean isSetReportedDevices()
public Object getWatchDogs()
WatchDogspublic void setWatchdogs(WatchDogs value)
value - allowed object is
WatchDogspublic boolean isSetWatchdogs()
public Boolean getUseLatestTemplateVersion()
Booleanpublic void setUseLatestTemplateVersion(Boolean value)
value - allowed object is
Booleanpublic boolean isSetUseLatestTemplateVersion()
public Boolean getNextRunConfigurationExists()
Booleanpublic void setNextRunConfigurationExists(Boolean value)
value - allowed object is
Booleanpublic boolean isSetNextRunConfigurationExists()
public String getNumaTuneMode()
Stringpublic void setNumaTuneMode(String value)
value - allowed object is
Stringpublic boolean isSetNumaTuneMode()
public Object getPermissions()
Permissionspublic void setPermissions(Permissions value)
value - allowed object is
Permissionspublic boolean isSetPermissions()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProviderpublic void setExternalHostProvider(ExternalHostProvider value)
value - allowed object is
ExternalHostProviderpublic boolean isSetExternalHostProvider()
public Object getKatelloErrata()
KatelloErratapublic void setKatelloErrata(KatelloErrata value)
value - allowed object is
KatelloErratapublic boolean isSetKatelloErrata()
public TimeZone getGuestTimeZone()
TimeZonepublic void setGuestTimeZone(TimeZone value)
value - allowed object is
TimeZonepublic boolean isSetGuestTimeZone()
public GuestOperatingSystem getGuestOperatingSystem()
GuestOperatingSystempublic void setGuestOperatingSystem(GuestOperatingSystem value)
value - allowed object is
GuestOperatingSystempublic boolean isSetGuestOperatingSystem()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0