public class Template extends BaseResource
Java class for Template complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Template">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}vm" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}status" minOccurs="0"/>
<element name="memory" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="cpu" type="{}CPU" minOccurs="0"/>
<element name="os" type="{}OperatingSystem" minOccurs="0"/>
<element ref="{}cluster" minOccurs="0"/>
<element ref="{}storage_domain" minOccurs="0"/>
<element name="creation_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="high_availability" type="{}HighAvailability" minOccurs="0"/>
<element name="display" type="{}Display" minOccurs="0"/>
<element name="stateless" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}domain" minOccurs="0"/>
<element ref="{}usb" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Cluster |
cluster |
protected CPU |
cpu |
protected XMLGregorianCalendar |
creationTime |
protected Display |
display |
protected Domain |
domain |
protected HighAvailability |
highAvailability |
protected Long |
memory |
protected String |
origin |
protected OperatingSystem |
os |
protected Boolean |
stateless |
protected Status |
status |
protected StorageDomain |
storageDomain |
protected String |
timezone |
protected String |
type |
protected Usb |
usb |
protected VM |
vm |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
CPU |
getCpu()
Gets the value of the cpu property.
|
XMLGregorianCalendar |
getCreationTime()
Gets the value of the creationTime property.
|
Display |
getDisplay()
Gets the value of the display property.
|
Domain |
getDomain()
Gets the value of the domain property.
|
HighAvailability |
getHighAvailability()
Gets the value of the highAvailability property.
|
Long |
getMemory()
Gets the value of the memory property.
|
String |
getOrigin()
Gets the value of the origin property.
|
OperatingSystem |
getOs()
Gets the value of the os property.
|
Status |
getStatus()
Gets the value of the status property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
String |
getType()
Gets the value of the type property.
|
Usb |
getUsb()
Gets the value of the usb property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetCluster() |
boolean |
isSetCpu() |
boolean |
isSetCreationTime() |
boolean |
isSetDisplay() |
boolean |
isSetDomain() |
boolean |
isSetHighAvailability() |
boolean |
isSetMemory() |
boolean |
isSetOrigin() |
boolean |
isSetOs() |
boolean |
isSetStateless() |
boolean |
isSetStatus() |
boolean |
isSetStorageDomain() |
boolean |
isSetTimezone() |
boolean |
isSetType() |
boolean |
isSetUsb() |
boolean |
isSetVm() |
Boolean |
isStateless()
Gets the value of the stateless property.
|
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setCpu(CPU value)
Sets the value of the cpu property.
|
void |
setCreationTime(XMLGregorianCalendar value)
Sets the value of the creationTime property.
|
void |
setDisplay(Display value)
Sets the value of the display property.
|
void |
setDomain(Domain value)
Sets the value of the domain property.
|
void |
setHighAvailability(HighAvailability value)
Sets the value of the highAvailability property.
|
void |
setMemory(Long value)
Sets the value of the memory property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setOs(OperatingSystem value)
Sets the value of the os property.
|
void |
setStateless(Boolean value)
Sets the value of the stateless property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsb(Usb value)
Sets the value of the usb property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected VM vm
protected String type
protected Status status
protected Long memory
protected CPU cpu
protected OperatingSystem os
protected Cluster cluster
protected StorageDomain storageDomain
protected XMLGregorianCalendar creationTime
protected String origin
protected HighAvailability highAvailability
protected Display display
protected Boolean stateless
protected String timezone
protected Domain domain
protected Usb usb
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic boolean isSetStatus()
public Long getMemory()
Longpublic void setMemory(Long value)
value - allowed object is
Longpublic boolean isSetMemory()
public void setCpu(CPU value)
value - allowed object is
CPUpublic boolean isSetCpu()
public OperatingSystem getOs()
OperatingSystempublic void setOs(OperatingSystem value)
value - allowed object is
OperatingSystempublic boolean isSetOs()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public StorageDomain getStorageDomain()
StorageDomainpublic void setStorageDomain(StorageDomain value)
value - allowed object is
StorageDomainpublic boolean isSetStorageDomain()
public XMLGregorianCalendar getCreationTime()
XMLGregorianCalendarpublic void setCreationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreationTime()
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic boolean isSetOrigin()
public HighAvailability getHighAvailability()
HighAvailabilitypublic void setHighAvailability(HighAvailability value)
value - allowed object is
HighAvailabilitypublic boolean isSetHighAvailability()
public Display getDisplay()
Displaypublic void setDisplay(Display value)
value - allowed object is
Displaypublic boolean isSetDisplay()
public Boolean isStateless()
Booleanpublic void setStateless(Boolean value)
value - allowed object is
Booleanpublic boolean isSetStateless()
public String getTimezone()
Stringpublic void setTimezone(String value)
value - allowed object is
Stringpublic boolean isSetTimezone()
public Domain getDomain()
Domainpublic void setDomain(Domain value)
value - allowed object is
Domainpublic boolean isSetDomain()
public void setUsb(Usb value)
value - allowed object is
Usbpublic boolean isSetUsb()
Copyright © 2012. All Rights Reserved.