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, unsetLinksprotected Integer size
protected Cluster cluster
protected Template template
public 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()
Copyright © 2012. All Rights Reserved.