StoragePoolResourceStatus class

Contains output only fields.

Output only.

Constructors

StoragePoolResourceStatus({String? diskCount, String? lastResizeTimestamp, String? maxTotalProvisionedDiskCapacityGb, String? poolUsedCapacityBytes, String? poolUsedIops, String? poolUsedThroughput, String? poolUserWrittenBytes, String? totalProvisionedDiskCapacityGb, String? totalProvisionedDiskIops, String? totalProvisionedDiskThroughput})
StoragePoolResourceStatus.fromJson(Map json_)

Properties

diskCount String?
Number of disks used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastResizeTimestamp String?
Timestamp of the last successful resize in RFC3339 text format.
getter/setter pair
maxTotalProvisionedDiskCapacityGb String?
Maximum allowed aggregate disk size in gigabytes.
getter/setter pair
poolUsedCapacityBytes String?
Space used by data stored in disks within the storage pool (in bytes).
getter/setter pair
poolUsedIops String?
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity.
getter/setter pair
poolUsedThroughput String?
Sum of all the disks' provisioned throughput in MB/s.
getter/setter pair
poolUserWrittenBytes String?
Amount of data written into the pool, before it is compacted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalProvisionedDiskCapacityGb String?
Sum of all the capacity provisioned in disks in this storage pool.
getter/setter pair
totalProvisionedDiskIops String?
Sum of all the disks' provisioned IOPS.
getter/setter pair
totalProvisionedDiskThroughput String?
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited