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"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
VmPool() |
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Integer |
getMaxUserVms()
Gets the value of the maxUserVms property.
|
Integer |
getPrestartedVms()
Gets the value of the prestartedVms property.
|
Integer |
getSize()
Gets the value of the size property.
|
Template |
getTemplate()
Gets the value of the template property.
|
boolean |
isSetCluster() |
boolean |
isSetMaxUserVms() |
boolean |
isSetPrestartedVms() |
boolean |
isSetSize() |
boolean |
isSetTemplate() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setMaxUserVms(Integer value)
Sets the value of the maxUserVms property.
|
void |
setPrestartedVms(Integer value)
Sets the value of the prestartedVms property.
|
void |
setSize(Integer value)
Sets the value of the size 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, 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 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()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0