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"/> <element name="outbound_average_linkshare" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="outbound_average_upperlimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="outbound_average_realtime" 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 |
getOutboundAverageLinkshare()
Gets the value of the outboundAverageLinkshare property.
|
Integer |
getOutboundAverageRealtime()
Gets the value of the outboundAverageRealtime property.
|
Integer |
getOutboundAverageUpperlimit()
Gets the value of the outboundAverageUpperlimit 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 |
isSetOutboundAverageLinkshare() |
boolean |
isSetOutboundAverageRealtime() |
boolean |
isSetOutboundAverageUpperlimit() |
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 |
setOutboundAverageLinkshare(Integer value)
Sets the value of the outboundAverageLinkshare property.
|
void |
setOutboundAverageRealtime(Integer value)
Sets the value of the outboundAverageRealtime property.
|
void |
setOutboundAverageUpperlimit(Integer value)
Sets the value of the outboundAverageUpperlimit 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, unsetLinks
getActions, isSetActions, setActions
public DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public Integer getMaxThroughput()
Integer
public void setMaxThroughput(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxThroughput()
public Integer getMaxReadThroughput()
Integer
public void setMaxReadThroughput(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxReadThroughput()
public Integer getMaxWriteThroughput()
Integer
public void setMaxWriteThroughput(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxWriteThroughput()
public Integer getMaxIops()
Integer
public void setMaxIops(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxIops()
public Integer getMaxReadIops()
Integer
public void setMaxReadIops(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxReadIops()
public Integer getMaxWriteIops()
Integer
public void setMaxWriteIops(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxWriteIops()
public Integer getCpuLimit()
Integer
public void setCpuLimit(Integer value)
value
- allowed object is
Integer
public boolean isSetCpuLimit()
public Integer getInboundAverage()
Integer
public void setInboundAverage(Integer value)
value
- allowed object is
Integer
public boolean isSetInboundAverage()
public Integer getInboundPeak()
Integer
public void setInboundPeak(Integer value)
value
- allowed object is
Integer
public boolean isSetInboundPeak()
public Integer getInboundBurst()
Integer
public void setInboundBurst(Integer value)
value
- allowed object is
Integer
public boolean isSetInboundBurst()
public Integer getOutboundAverage()
Integer
public void setOutboundAverage(Integer value)
value
- allowed object is
Integer
public boolean isSetOutboundAverage()
public Integer getOutboundPeak()
Integer
public void setOutboundPeak(Integer value)
value
- allowed object is
Integer
public boolean isSetOutboundPeak()
public Integer getOutboundBurst()
Integer
public void setOutboundBurst(Integer value)
value
- allowed object is
Integer
public boolean isSetOutboundBurst()
public Integer getOutboundAverageLinkshare()
Integer
public void setOutboundAverageLinkshare(Integer value)
value
- allowed object is
Integer
public boolean isSetOutboundAverageLinkshare()
public Integer getOutboundAverageUpperlimit()
Integer
public void setOutboundAverageUpperlimit(Integer value)
value
- allowed object is
Integer
public boolean isSetOutboundAverageUpperlimit()
public Integer getOutboundAverageRealtime()
Integer
public void setOutboundAverageRealtime(Integer value)
value
- allowed object is
Integer
public boolean isSetOutboundAverageRealtime()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0