public class QoS extends BaseResource
Java class for QoS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QoS">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}data_center" minOccurs="0"/>
<element name="max_throughput" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_read_throughput" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_write_throughput" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_iops" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_read_iops" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_write_iops" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="cpu_limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="inbound_average" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="inbound_peak" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="inbound_burst" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="outbound_average" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="outbound_peak" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="outbound_burst" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QoS() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuLimit()
Gets the value of the cpuLimit property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Integer |
getInboundAverage()
Gets the value of the inboundAverage property.
|
Integer |
getInboundBurst()
Gets the value of the inboundBurst property.
|
Integer |
getInboundPeak()
Gets the value of the inboundPeak property.
|
Integer |
getMaxIops()
Gets the value of the maxIops property.
|
Integer |
getMaxReadIops()
Gets the value of the maxReadIops property.
|
Integer |
getMaxReadThroughput()
Gets the value of the maxReadThroughput property.
|
Integer |
getMaxThroughput()
Gets the value of the maxThroughput property.
|
Integer |
getMaxWriteIops()
Gets the value of the maxWriteIops property.
|
Integer |
getMaxWriteThroughput()
Gets the value of the maxWriteThroughput property.
|
Integer |
getOutboundAverage()
Gets the value of the outboundAverage property.
|
Integer |
getOutboundBurst()
Gets the value of the outboundBurst property.
|
Integer |
getOutboundPeak()
Gets the value of the outboundPeak property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetCpuLimit() |
boolean |
isSetDataCenter() |
boolean |
isSetInboundAverage() |
boolean |
isSetInboundBurst() |
boolean |
isSetInboundPeak() |
boolean |
isSetMaxIops() |
boolean |
isSetMaxReadIops() |
boolean |
isSetMaxReadThroughput() |
boolean |
isSetMaxThroughput() |
boolean |
isSetMaxWriteIops() |
boolean |
isSetMaxWriteThroughput() |
boolean |
isSetOutboundAverage() |
boolean |
isSetOutboundBurst() |
boolean |
isSetOutboundPeak() |
boolean |
isSetType() |
void |
setCpuLimit(Integer value)
Sets the value of the cpuLimit property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setInboundAverage(Integer value)
Sets the value of the inboundAverage property.
|
void |
setInboundBurst(Integer value)
Sets the value of the inboundBurst property.
|
void |
setInboundPeak(Integer value)
Sets the value of the inboundPeak property.
|
void |
setMaxIops(Integer value)
Sets the value of the maxIops property.
|
void |
setMaxReadIops(Integer value)
Sets the value of the maxReadIops property.
|
void |
setMaxReadThroughput(Integer value)
Sets the value of the maxReadThroughput property.
|
void |
setMaxThroughput(Integer value)
Sets the value of the maxThroughput property.
|
void |
setMaxWriteIops(Integer value)
Sets the value of the maxWriteIops property.
|
void |
setMaxWriteThroughput(Integer value)
Sets the value of the maxWriteThroughput property.
|
void |
setOutboundAverage(Integer value)
Sets the value of the outboundAverage property.
|
void |
setOutboundBurst(Integer value)
Sets the value of the outboundBurst property.
|
void |
setOutboundPeak(Integer value)
Sets the value of the outboundPeak property.
|
void |
setType(String value)
Sets the value of the type property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public Integer getMaxThroughput()
Integerpublic void setMaxThroughput(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxThroughput()
public Integer getMaxReadThroughput()
Integerpublic void setMaxReadThroughput(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxReadThroughput()
public Integer getMaxWriteThroughput()
Integerpublic void setMaxWriteThroughput(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxWriteThroughput()
public Integer getMaxIops()
Integerpublic void setMaxIops(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxIops()
public Integer getMaxReadIops()
Integerpublic void setMaxReadIops(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxReadIops()
public Integer getMaxWriteIops()
Integerpublic void setMaxWriteIops(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxWriteIops()
public Integer getCpuLimit()
Integerpublic void setCpuLimit(Integer value)
value - allowed object is
Integerpublic boolean isSetCpuLimit()
public Integer getInboundAverage()
Integerpublic void setInboundAverage(Integer value)
value - allowed object is
Integerpublic boolean isSetInboundAverage()
public Integer getInboundPeak()
Integerpublic void setInboundPeak(Integer value)
value - allowed object is
Integerpublic boolean isSetInboundPeak()
public Integer getInboundBurst()
Integerpublic void setInboundBurst(Integer value)
value - allowed object is
Integerpublic boolean isSetInboundBurst()
public Integer getOutboundAverage()
Integerpublic void setOutboundAverage(Integer value)
value - allowed object is
Integerpublic boolean isSetOutboundAverage()
public Integer getOutboundPeak()
Integerpublic void setOutboundPeak(Integer value)
value - allowed object is
Integerpublic boolean isSetOutboundPeak()
public Integer getOutboundBurst()
Integerpublic void setOutboundBurst(Integer value)
value - allowed object is
Integerpublic boolean isSetOutboundBurst()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0