StoragePoolDisk constructor

StoragePoolDisk({
  1. List<String>? attachedInstances,
  2. String? creationTimestamp,
  3. String? disk,
  4. String? name,
  5. String? provisionedIops,
  6. String? provisionedThroughput,
  7. List<String>? resourcePolicies,
  8. String? sizeGb,
  9. String? status,
  10. String? type,
  11. String? usedBytes,
})

Implementation

StoragePoolDisk({
  this.attachedInstances,
  this.creationTimestamp,
  this.disk,
  this.name,
  this.provisionedIops,
  this.provisionedThroughput,
  this.resourcePolicies,
  this.sizeGb,
  this.status,
  this.type,
  this.usedBytes,
});