StoragePoolResourceStatus constructor

StoragePoolResourceStatus({
  1. String? diskCount,
  2. String? exapoolMaxReadIops,
  3. String? exapoolMaxReadThroughput,
  4. String? exapoolMaxWriteIops,
  5. String? exapoolMaxWriteThroughput,
  6. String? lastResizeTimestamp,
  7. String? maxTotalProvisionedDiskCapacityGb,
  8. String? poolUsedCapacityBytes,
  9. String? poolUsedIops,
  10. String? poolUsedThroughput,
  11. String? poolUserWrittenBytes,
  12. String? totalProvisionedDiskCapacityGb,
  13. String? totalProvisionedDiskIops,
  14. String? totalProvisionedDiskThroughput,
})

Implementation

StoragePoolResourceStatus({
  this.diskCount,
  this.exapoolMaxReadIops,
  this.exapoolMaxReadThroughput,
  this.exapoolMaxWriteIops,
  this.exapoolMaxWriteThroughput,
  this.lastResizeTimestamp,
  this.maxTotalProvisionedDiskCapacityGb,
  this.poolUsedCapacityBytes,
  this.poolUsedIops,
  this.poolUsedThroughput,
  this.poolUserWrittenBytes,
  this.totalProvisionedDiskCapacityGb,
  this.totalProvisionedDiskIops,
  this.totalProvisionedDiskThroughput,
});