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, unsetLinksprotected 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
CPUpublic boolean isSetCpu()
public DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public MemoryPolicy getMemoryPolicy()
MemoryPolicypublic void setMemoryPolicy(MemoryPolicy value)
value - allowed object is
MemoryPolicypublic boolean isSetMemoryPolicy()
public SchedulingPolicy getSchedulingPolicy()
SchedulingPolicypublic void setSchedulingPolicy(SchedulingPolicy value)
value - allowed object is
SchedulingPolicypublic boolean isSetSchedulingPolicy()
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic boolean isSetVersion()
public SupportedVersions getSupportedVersions()
SupportedVersionspublic void setSupportedVersions(SupportedVersions value)
value - allowed object is
SupportedVersionspublic boolean isSetSupportedVersions()
public ErrorHandling getErrorHandling()
ErrorHandlingpublic void setErrorHandling(ErrorHandling value)
value - allowed object is
ErrorHandlingpublic boolean isSetErrorHandling()
Copyright © 2012. All Rights Reserved.