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 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"/>
</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.
|
boolean |
isSetCluster() |
boolean |
isSetDisplay() |
boolean |
isSetMaxUserVms() |
boolean |
isSetPrestartedVms() |
boolean |
isSetRngDevice() |
boolean |
isSetSize() |
boolean |
isSetSoundcardEnabled() |
boolean |
isSetTemplate() |
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.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Integer getSize()
Integerpublic void setSize(Integer value)
value - allowed object is
Integerpublic boolean isSetSize()
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 Integer getPrestartedVms()
Integerpublic void setPrestartedVms(Integer value)
value - allowed object is
Integerpublic boolean isSetPrestartedVms()
public Integer getMaxUserVms()
Integerpublic void setMaxUserVms(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxUserVms()
public Display getDisplay()
Displaypublic void setDisplay(Display value)
value - allowed object is
Displaypublic boolean isSetDisplay()
public RngDevice getRngDevice()
RngDevicepublic void setRngDevice(RngDevice value)
value - allowed object is
RngDevicepublic boolean isSetRngDevice()
public Boolean getSoundcardEnabled()
Booleanpublic void setSoundcardEnabled(Boolean value)
value - allowed object is
Booleanpublic boolean isSetSoundcardEnabled()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0