public final class DiskUtilization
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the App Engine Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
DiskUtilization() |
Modifier and Type | Method and Description |
---|---|
DiskUtilization |
clone() |
java.lang.Integer |
getTargetReadBytesPerSecond()
Target bytes read per second.
|
java.lang.Integer |
getTargetReadOpsPerSecond()
Target ops read per seconds.
|
java.lang.Integer |
getTargetWriteBytesPerSecond()
Target bytes written per second.
|
java.lang.Integer |
getTargetWriteOpsPerSecond()
Target ops written per second.
|
DiskUtilization |
set(java.lang.String fieldName,
java.lang.Object value) |
DiskUtilization |
setTargetReadBytesPerSecond(java.lang.Integer targetReadBytesPerSecond)
Target bytes read per second.
|
DiskUtilization |
setTargetReadOpsPerSecond(java.lang.Integer targetReadOpsPerSecond)
Target ops read per seconds.
|
DiskUtilization |
setTargetWriteBytesPerSecond(java.lang.Integer targetWriteBytesPerSecond)
Target bytes written per second.
|
DiskUtilization |
setTargetWriteOpsPerSecond(java.lang.Integer targetWriteOpsPerSecond)
Target ops written per second.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Integer getTargetReadBytesPerSecond()
null
for nonepublic DiskUtilization setTargetReadBytesPerSecond(java.lang.Integer targetReadBytesPerSecond)
targetReadBytesPerSecond
- targetReadBytesPerSecond or null
for nonepublic java.lang.Integer getTargetReadOpsPerSecond()
null
for nonepublic DiskUtilization setTargetReadOpsPerSecond(java.lang.Integer targetReadOpsPerSecond)
targetReadOpsPerSecond
- targetReadOpsPerSecond or null
for nonepublic java.lang.Integer getTargetWriteBytesPerSecond()
null
for nonepublic DiskUtilization setTargetWriteBytesPerSecond(java.lang.Integer targetWriteBytesPerSecond)
targetWriteBytesPerSecond
- targetWriteBytesPerSecond or null
for nonepublic java.lang.Integer getTargetWriteOpsPerSecond()
null
for nonepublic DiskUtilization setTargetWriteOpsPerSecond(java.lang.Integer targetWriteOpsPerSecond)
targetWriteOpsPerSecond
- targetWriteOpsPerSecond or null
for nonepublic DiskUtilization set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public DiskUtilization clone()
clone
in class com.google.api.client.json.GenericJson