public class VmPool extends BaseResource
Java class for VmPool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmPool"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{}cluster" minOccurs="0"/> <element ref="{}template" minOccurs="0"/> <element ref="{}vm" minOccurs="0"/> <element name="prestarted_vms" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="max_user_vms" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element ref="{}display" minOccurs="0"/> <element ref="{}rng_device" minOccurs="0"/> <element ref="{}soundcard_enabled" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="use_latest_template_version" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
VmPool() |
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Display |
getDisplay()
Gets the value of the display property.
|
Integer |
getMaxUserVms()
Gets the value of the maxUserVms property.
|
Integer |
getPrestartedVms()
Gets the value of the prestartedVms property.
|
RngDevice |
getRngDevice()
Gets the value of the rngDevice property.
|
Integer |
getSize()
Gets the value of the size property.
|
Boolean |
getSoundcardEnabled()
Gets the value of the soundcardEnabled property.
|
Template |
getTemplate()
Gets the value of the template property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
getUseLatestTemplateVersion()
Gets the value of the useLatestTemplateVersion property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetCluster() |
boolean |
isSetDisplay() |
boolean |
isSetMaxUserVms() |
boolean |
isSetPrestartedVms() |
boolean |
isSetRngDevice() |
boolean |
isSetSize() |
boolean |
isSetSoundcardEnabled() |
boolean |
isSetTemplate() |
boolean |
isSetType() |
boolean |
isSetUseLatestTemplateVersion() |
boolean |
isSetVm() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setDisplay(Display value)
Sets the value of the display property.
|
void |
setMaxUserVms(Integer value)
Sets the value of the maxUserVms property.
|
void |
setPrestartedVms(Integer value)
Sets the value of the prestartedVms property.
|
void |
setRngDevice(RngDevice value)
Sets the value of the rngDevice property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
void |
setSoundcardEnabled(Boolean value)
Sets the value of the soundcardEnabled property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUseLatestTemplateVersion(Boolean value)
Sets the value of the useLatestTemplateVersion property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
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 Integer getSize()
Integer
public void setSize(Integer value)
value
- allowed object is
Integer
public boolean isSetSize()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public Integer getPrestartedVms()
Integer
public void setPrestartedVms(Integer value)
value
- allowed object is
Integer
public boolean isSetPrestartedVms()
public Integer getMaxUserVms()
Integer
public void setMaxUserVms(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxUserVms()
public Display getDisplay()
Display
public void setDisplay(Display value)
value
- allowed object is
Display
public boolean isSetDisplay()
public RngDevice getRngDevice()
RngDevice
public void setRngDevice(RngDevice value)
value
- allowed object is
RngDevice
public boolean isSetRngDevice()
public Boolean getSoundcardEnabled()
Boolean
public void setSoundcardEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetSoundcardEnabled()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public Boolean getUseLatestTemplateVersion()
Boolean
public void setUseLatestTemplateVersion(Boolean value)
value
- allowed object is
Boolean
public boolean isSetUseLatestTemplateVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0