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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Cluster |
cluster |
protected Integer |
size |
protected Template |
template |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
VmPool() |
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Integer |
getSize()
Gets the value of the size property.
|
Template |
getTemplate()
Gets the value of the template property.
|
boolean |
isSetCluster() |
boolean |
isSetSize() |
boolean |
isSetTemplate() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected Integer size
protected Cluster cluster
protected Template template
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()
Copyright © 2012. All Rights Reserved.