StoragePool constructor

StoragePool({
  1. String? capacityProvisioningType,
  2. String? creationTimestamp,
  3. String? description,
  4. StoragePoolExapoolProvisionedCapacityGb? exapoolProvisionedCapacityGb,
  5. String? id,
  6. String? kind,
  7. String? labelFingerprint,
  8. Map<String, String>? labels,
  9. String? name,
  10. StoragePoolParams? params,
  11. String? performanceProvisioningType,
  12. String? poolProvisionedCapacityGb,
  13. String? poolProvisionedIops,
  14. String? poolProvisionedThroughput,
  15. StoragePoolResourceStatus? resourceStatus,
  16. String? selfLink,
  17. String? selfLinkWithId,
  18. String? state,
  19. StoragePoolResourceStatus? status,
  20. String? storagePoolType,
  21. String? zone,
})

Implementation

StoragePool({
  this.capacityProvisioningType,
  this.creationTimestamp,
  this.description,
  this.exapoolProvisionedCapacityGb,
  this.id,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.name,
  this.params,
  this.performanceProvisioningType,
  this.poolProvisionedCapacityGb,
  this.poolProvisionedIops,
  this.poolProvisionedThroughput,
  this.resourceStatus,
  this.selfLink,
  this.selfLinkWithId,
  this.state,
  this.status,
  this.storagePoolType,
  this.zone,
});