| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
StoragePoolResourceStatus |
StoragePoolResourceStatus.clone() |
StoragePoolResourceStatus |
StoragePool.getResourceStatus()
[Output Only] Status information for the storage pool resource.
|
StoragePoolResourceStatus |
StoragePool.getStatus()
[Output Only] Status information for the storage pool resource.
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.set(String fieldName,
Object value) |
StoragePoolResourceStatus |
StoragePoolResourceStatus.setAggregateDiskProvisionedIops(Long aggregateDiskProvisionedIops)
[Output Only] Sum of all the disks' provisioned IOPS.
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setAggregateDiskSizeGb(Long aggregateDiskSizeGb)
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setLastResizeTimestamp(String lastResizeTimestamp)
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setMaxAggregateDiskSizeGb(Long maxAggregateDiskSizeGb)
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setNumberOfDisks(Long numberOfDisks)
[Output Only] Number of disks used.
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setUsedBytes(Long usedBytes)
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setUsedReducedBytes(Long usedReducedBytes)
[Output Only] Space used by compressed and deduped data stored in disks within the storage pool
(in bytes).
|
StoragePoolResourceStatus |
StoragePoolResourceStatus.setUsedThroughput(Long usedThroughput)
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePool |
StoragePool.setResourceStatus(StoragePoolResourceStatus resourceStatus)
[Output Only] Status information for the storage pool resource.
|
StoragePool |
StoragePool.setStatus(StoragePoolResourceStatus status)
[Output Only] Status information for the storage pool resource.
|
Copyright © 2011–2023 Google. All rights reserved.