StoragePool constructor

StoragePool({
  1. String? activeDirectory,
  2. bool? allowAutoTiering,
  3. double? availableThroughputMibps,
  4. String? capacityGib,
  5. String? coldTierSizeUsedGib,
  6. String? createTime,
  7. bool? customPerformanceEnabled,
  8. String? description,
  9. bool? enableHotTierAutoResize,
  10. String? encryptionType,
  11. bool? globalAccessAllowed,
  12. String? hotTierSizeGib,
  13. String? hotTierSizeUsedGib,
  14. String? kmsConfig,
  15. Map<String, String>? labels,
  16. bool? ldapEnabled,
  17. String? name,
  18. String? network,
  19. String? psaRange,
  20. String? qosType,
  21. String? replicaZone,
  22. bool? satisfiesPzi,
  23. bool? satisfiesPzs,
  24. String? serviceLevel,
  25. String? state,
  26. String? stateDetails,
  27. String? totalIops,
  28. String? totalThroughputMibps,
  29. String? volumeCapacityGib,
  30. int? volumeCount,
  31. String? zone,
})

Implementation

StoragePool({
  this.activeDirectory,
  this.allowAutoTiering,
  this.availableThroughputMibps,
  this.capacityGib,
  this.coldTierSizeUsedGib,
  this.createTime,
  this.customPerformanceEnabled,
  this.description,
  this.enableHotTierAutoResize,
  this.encryptionType,
  this.globalAccessAllowed,
  this.hotTierSizeGib,
  this.hotTierSizeUsedGib,
  this.kmsConfig,
  this.labels,
  this.ldapEnabled,
  this.name,
  this.network,
  this.psaRange,
  this.qosType,
  this.replicaZone,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.serviceLevel,
  this.state,
  this.stateDetails,
  this.totalIops,
  this.totalThroughputMibps,
  this.volumeCapacityGib,
  this.volumeCount,
  this.zone,
});