public class Cluster extends BaseResource
Java class for Cluster complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Cluster"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}cpu" minOccurs="0"/> <element ref="{}data_center" minOccurs="0"/> <element name="memory_policy" type="{}MemoryPolicy" minOccurs="0"/> <element name="scheduling_policy" type="{}SchedulingPolicy" minOccurs="0"/> <element name="version" type="{}Version" minOccurs="0"/> <element name="supported_versions" type="{}SupportedVersions" minOccurs="0"/> <element name="error_handling" type="{}ErrorHandling" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CPU |
cpu |
protected DataCenter |
dataCenter |
protected ErrorHandling |
errorHandling |
protected MemoryPolicy |
memoryPolicy |
protected SchedulingPolicy |
schedulingPolicy |
protected SupportedVersions |
supportedVersions |
protected Version |
version |
actions, creationStatus, description, href, id, links, name
Constructor and Description |
---|
Cluster() |
Modifier and Type | Method and Description |
---|---|
CPU |
getCpu()
Gets the value of the cpu property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
ErrorHandling |
getErrorHandling()
Gets the value of the errorHandling property.
|
MemoryPolicy |
getMemoryPolicy()
Gets the value of the memoryPolicy property.
|
SchedulingPolicy |
getSchedulingPolicy()
Gets the value of the schedulingPolicy property.
|
SupportedVersions |
getSupportedVersions()
Gets the value of the supportedVersions property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetCpu() |
boolean |
isSetDataCenter() |
boolean |
isSetErrorHandling() |
boolean |
isSetMemoryPolicy() |
boolean |
isSetSchedulingPolicy() |
boolean |
isSetSupportedVersions() |
boolean |
isSetVersion() |
void |
setCpu(CPU value)
Sets the value of the cpu property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setErrorHandling(ErrorHandling value)
Sets the value of the errorHandling property.
|
void |
setMemoryPolicy(MemoryPolicy value)
Sets the value of the memoryPolicy property.
|
void |
setSchedulingPolicy(SchedulingPolicy value)
Sets the value of the schedulingPolicy property.
|
void |
setSupportedVersions(SupportedVersions value)
Sets the value of the supportedVersions property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
protected CPU cpu
protected DataCenter dataCenter
protected MemoryPolicy memoryPolicy
protected SchedulingPolicy schedulingPolicy
protected Version version
protected SupportedVersions supportedVersions
protected ErrorHandling errorHandling
public void setCpu(CPU value)
value
- allowed object is
CPU
public boolean isSetCpu()
public DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public MemoryPolicy getMemoryPolicy()
MemoryPolicy
public void setMemoryPolicy(MemoryPolicy value)
value
- allowed object is
MemoryPolicy
public boolean isSetMemoryPolicy()
public SchedulingPolicy getSchedulingPolicy()
SchedulingPolicy
public void setSchedulingPolicy(SchedulingPolicy value)
value
- allowed object is
SchedulingPolicy
public boolean isSetSchedulingPolicy()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public SupportedVersions getSupportedVersions()
SupportedVersions
public void setSupportedVersions(SupportedVersions value)
value
- allowed object is
SupportedVersions
public boolean isSetSupportedVersions()
public ErrorHandling getErrorHandling()
ErrorHandling
public void setErrorHandling(ErrorHandling value)
value
- allowed object is
ErrorHandling
public boolean isSetErrorHandling()
Copyright © 2012. All Rights Reserved.