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 |
getDiskCount()
[Output Only] Number of disks used.
|
String |
getLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
Long |
getMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
Long |
getPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
Long |
getPoolUsedIops()
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not
counted towards pool's IOPS capacity.
|
Long |
getPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
Long |
getPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
|
Long |
getTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
Long |
getTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
|
Long |
getTotalProvisionedDiskThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s, minus some amount that is
allowed per disk that is not counted towards pool's throughput capacity.
|
StoragePoolResourceStatus |
set(String fieldName,
Object value) |
StoragePoolResourceStatus |
setDiskCount(Long diskCount)
[Output Only] Number of disks used.
|
StoragePoolResourceStatus |
setLastResizeTimestamp(String lastResizeTimestamp)
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
StoragePoolResourceStatus |
setMaxTotalProvisionedDiskCapacityGb(Long maxTotalProvisionedDiskCapacityGb)
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
StoragePoolResourceStatus |
setPoolUsedCapacityBytes(Long poolUsedCapacityBytes)
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
StoragePoolResourceStatus |
setPoolUsedIops(Long poolUsedIops)
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not
counted towards pool's IOPS capacity.
|
StoragePoolResourceStatus |
setPoolUsedThroughput(Long poolUsedThroughput)
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
StoragePoolResourceStatus |
setPoolUserWrittenBytes(Long poolUserWrittenBytes)
[Output Only] Amount of data written into the pool, before it is compacted.
|
StoragePoolResourceStatus |
setTotalProvisionedDiskCapacityGb(Long totalProvisionedDiskCapacityGb)
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
StoragePoolResourceStatus |
setTotalProvisionedDiskIops(Long totalProvisionedDiskIops)
[Output Only] Sum of all the disks' provisioned IOPS.
|
StoragePoolResourceStatus |
setTotalProvisionedDiskThroughput(Long totalProvisionedDiskThroughput)
[Output Only] Sum of all the disks' provisioned throughput in MB/s, minus some amount that is
allowed per disk that is not counted towards pool's throughput capacity.
|
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 getDiskCount()
null for nonepublic StoragePoolResourceStatus setDiskCount(Long diskCount)
diskCount - diskCount or null for nonepublic String getLastResizeTimestamp()
null for nonepublic StoragePoolResourceStatus setLastResizeTimestamp(String lastResizeTimestamp)
lastResizeTimestamp - lastResizeTimestamp or null for nonepublic Long getMaxTotalProvisionedDiskCapacityGb()
null for nonepublic StoragePoolResourceStatus setMaxTotalProvisionedDiskCapacityGb(Long maxTotalProvisionedDiskCapacityGb)
maxTotalProvisionedDiskCapacityGb - maxTotalProvisionedDiskCapacityGb or null for nonepublic Long getPoolUsedCapacityBytes()
null for nonepublic StoragePoolResourceStatus setPoolUsedCapacityBytes(Long poolUsedCapacityBytes)
poolUsedCapacityBytes - poolUsedCapacityBytes or null for nonepublic Long getPoolUsedIops()
null for nonepublic StoragePoolResourceStatus setPoolUsedIops(Long poolUsedIops)
poolUsedIops - poolUsedIops or null for nonepublic Long getPoolUsedThroughput()
null for nonepublic StoragePoolResourceStatus setPoolUsedThroughput(Long poolUsedThroughput)
poolUsedThroughput - poolUsedThroughput or null for nonepublic Long getPoolUserWrittenBytes()
null for nonepublic StoragePoolResourceStatus setPoolUserWrittenBytes(Long poolUserWrittenBytes)
poolUserWrittenBytes - poolUserWrittenBytes or null for nonepublic Long getTotalProvisionedDiskCapacityGb()
null for nonepublic StoragePoolResourceStatus setTotalProvisionedDiskCapacityGb(Long totalProvisionedDiskCapacityGb)
totalProvisionedDiskCapacityGb - totalProvisionedDiskCapacityGb or null for nonepublic Long getTotalProvisionedDiskIops()
null for nonepublic StoragePoolResourceStatus setTotalProvisionedDiskIops(Long totalProvisionedDiskIops)
totalProvisionedDiskIops - totalProvisionedDiskIops or null for nonepublic Long getTotalProvisionedDiskThroughput()
null for nonepublic StoragePoolResourceStatus setTotalProvisionedDiskThroughput(Long totalProvisionedDiskThroughput)
totalProvisionedDiskThroughput - totalProvisionedDiskThroughput 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–2024 Google. All rights reserved.