StoragePoolResourceStatus constructor
StoragePoolResourceStatus({
- int? diskCount,
- int? exapoolMaxReadIops,
- int? exapoolMaxReadThroughput,
- int? exapoolMaxWriteIops,
- int? exapoolMaxWriteThroughput,
- String? lastResizeTimestamp,
- int? maxTotalProvisionedDiskCapacityGb,
- int? poolUsedCapacityBytes,
- int? poolUsedIops,
- int? poolUsedThroughput,
- int? poolUserWrittenBytes,
- int? totalProvisionedDiskCapacityGb,
- int? totalProvisionedDiskIops,
- int? 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,
}) : super(fullyQualifiedName);