Class StoragePoolResourceStatus (1.19.0)

StoragePoolResourceStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
disk_count int
[Output Only] Number of disks used. This field is a member of oneof_ _disk_count.
last_resize_timestamp str
[Output Only] Timestamp of the last successful resize in RFC3339 text format. This field is a member of oneof_ _last_resize_timestamp.
max_total_provisioned_disk_capacity_gb int
[Output Only] Maximum allowed aggregate disk size in gigabytes. This field is a member of oneof_ _max_total_provisioned_disk_capacity_gb.
pool_used_capacity_bytes int
[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. This field is a member of oneof_ _pool_used_capacity_bytes.
pool_used_iops int
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. This field is a member of oneof_ _pool_used_iops.
pool_used_throughput int
[Output Only] Sum of all the disks' provisioned throughput in MB/s. This field is a member of oneof_ _pool_used_throughput.
pool_user_written_bytes int
[Output Only] Amount of data written into the pool, before it is compacted. This field is a member of oneof_ _pool_user_written_bytes.
total_provisioned_disk_capacity_gb int
[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. This field is a member of oneof_ _total_provisioned_disk_capacity_gb.
total_provisioned_disk_iops int
[Output Only] Sum of all the disks' provisioned IOPS. This field is a member of oneof_ _total_provisioned_disk_iops.
total_provisioned_disk_throughput int
[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. This field is a member of oneof_ _total_provisioned_disk_throughput.