public final class StoragePoolResourceStatus
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 Compute Engine 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StoragePoolResourceStatus() |
| Modifier and Type | Method and Description |
|---|---|
StoragePoolResourceStatus |
clone() |
Long |
getAggregateDiskProvisionedIops()
[Output Only] Sum of all the disks' provisioned IOPS.
|
Long |
getAggregateDiskSizeGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
String |
getLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
Long |
getMaxAggregateDiskSizeGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
Long |
getNumberOfDisks()
[Output Only] Number of disks used.
|
Long |
getUsedBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
Long |
getUsedReducedBytes()
[Output Only] Space used by compressed and deduped data stored in disks within the storage pool
(in bytes).
|
Long |
getUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
StoragePoolResourceStatus |
set(String fieldName,
Object value) |
StoragePoolResourceStatus |
setAggregateDiskProvisionedIops(Long aggregateDiskProvisionedIops)
[Output Only] Sum of all the disks' provisioned IOPS.
|
StoragePoolResourceStatus |
setAggregateDiskSizeGb(Long aggregateDiskSizeGb)
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
StoragePoolResourceStatus |
setLastResizeTimestamp(String lastResizeTimestamp)
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
StoragePoolResourceStatus |
setMaxAggregateDiskSizeGb(Long maxAggregateDiskSizeGb)
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
StoragePoolResourceStatus |
setNumberOfDisks(Long numberOfDisks)
[Output Only] Number of disks used.
|
StoragePoolResourceStatus |
setUsedBytes(Long usedBytes)
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
StoragePoolResourceStatus |
setUsedReducedBytes(Long usedReducedBytes)
[Output Only] Space used by compressed and deduped data stored in disks within the storage pool
(in bytes).
|
StoragePoolResourceStatus |
setUsedThroughput(Long usedThroughput)
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getAggregateDiskProvisionedIops()
null for nonepublic StoragePoolResourceStatus setAggregateDiskProvisionedIops(Long aggregateDiskProvisionedIops)
aggregateDiskProvisionedIops - aggregateDiskProvisionedIops or null for nonepublic Long getAggregateDiskSizeGb()
null for nonepublic StoragePoolResourceStatus setAggregateDiskSizeGb(Long aggregateDiskSizeGb)
aggregateDiskSizeGb - aggregateDiskSizeGb or null for nonepublic String getLastResizeTimestamp()
null for nonepublic StoragePoolResourceStatus setLastResizeTimestamp(String lastResizeTimestamp)
lastResizeTimestamp - lastResizeTimestamp or null for nonepublic Long getMaxAggregateDiskSizeGb()
null for nonepublic StoragePoolResourceStatus setMaxAggregateDiskSizeGb(Long maxAggregateDiskSizeGb)
maxAggregateDiskSizeGb - maxAggregateDiskSizeGb or null for nonepublic Long getNumberOfDisks()
null for nonepublic StoragePoolResourceStatus setNumberOfDisks(Long numberOfDisks)
numberOfDisks - numberOfDisks or null for nonepublic Long getUsedBytes()
null for nonepublic StoragePoolResourceStatus setUsedBytes(Long usedBytes)
usedBytes - usedBytes or null for nonepublic Long getUsedReducedBytes()
null for nonepublic StoragePoolResourceStatus setUsedReducedBytes(Long usedReducedBytes)
usedReducedBytes - usedReducedBytes or null for nonepublic Long getUsedThroughput()
null for nonepublic StoragePoolResourceStatus setUsedThroughput(Long usedThroughput)
usedThroughput - usedThroughput or null for nonepublic StoragePoolResourceStatus set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StoragePoolResourceStatus clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.