public interface StoragePoolResourceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDiskCount()
[Output Only] Number of disks used.
|
String |
getLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
com.google.protobuf.ByteString |
getLastResizeTimestampBytes()
[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()
[Output Only] 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.
|
boolean |
hasDiskCount()
[Output Only] Number of disks used.
|
boolean |
hasLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
|
boolean |
hasMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
|
boolean |
hasPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes).
|
boolean |
hasPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity.
|
boolean |
hasPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
|
boolean |
hasPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
|
boolean |
hasTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool.
|
boolean |
hasTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
|
boolean |
hasTotalProvisionedDiskThroughput()
[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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDiskCount()
[Output Only] Number of disks used.
optional int64 disk_count = 182933485;long getDiskCount()
[Output Only] Number of disks used.
optional int64 disk_count = 182933485;boolean hasLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
optional string last_resize_timestamp = 500825556;String getLastResizeTimestamp()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
optional string last_resize_timestamp = 500825556;com.google.protobuf.ByteString getLastResizeTimestampBytes()
[Output Only] Timestamp of the last successful resize in RFC3339 text format.
optional string last_resize_timestamp = 500825556;boolean hasMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
optional int64 max_total_provisioned_disk_capacity_gb = 165818207;long getMaxTotalProvisionedDiskCapacityGb()
[Output Only] Maximum allowed aggregate disk size in gigabytes.
optional int64 max_total_provisioned_disk_capacity_gb = 165818207;boolean hasPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes). This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
optional int64 pool_used_capacity_bytes = 510407877;long getPoolUsedCapacityBytes()
[Output Only] Space used by data stored in disks within the storage pool (in bytes). This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
optional int64 pool_used_capacity_bytes = 510407877;boolean hasPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
optional int64 pool_used_iops = 99558536;long getPoolUsedIops()
[Output Only] Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
optional int64 pool_used_iops = 99558536;boolean hasPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
optional int64 pool_used_throughput = 206130633;long getPoolUsedThroughput()
[Output Only] Sum of all the disks' provisioned throughput in MB/s.
optional int64 pool_used_throughput = 206130633;boolean hasPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
optional int64 pool_user_written_bytes = 228964050;long getPoolUserWrittenBytes()
[Output Only] Amount of data written into the pool, before it is compacted.
optional int64 pool_user_written_bytes = 228964050;boolean hasTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool. A disk's provisioned capacity is the same as its total capacity.
optional int64 total_provisioned_disk_capacity_gb = 520930980;long getTotalProvisionedDiskCapacityGb()
[Output Only] Sum of all the capacity provisioned in disks in this storage pool. A disk's provisioned capacity is the same as its total capacity.
optional int64 total_provisioned_disk_capacity_gb = 520930980;boolean hasTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
optional int64 total_provisioned_disk_iops = 32812549;long getTotalProvisionedDiskIops()
[Output Only] Sum of all the disks' provisioned IOPS.
optional int64 total_provisioned_disk_iops = 32812549;boolean hasTotalProvisionedDiskThroughput()
[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.
optional int64 total_provisioned_disk_throughput = 447677830;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.
optional int64 total_provisioned_disk_throughput = 447677830;Copyright © 2025 Google LLC. All rights reserved.