StoragePool constructor

StoragePool({
  1. String? activeDirectory,
  2. bool? allowAutoTiering,
  3. String? capacityGib,
  4. String? createTime,
  5. String? description,
  6. String? encryptionType,
  7. bool? globalAccessAllowed,
  8. String? kmsConfig,
  9. Map<String, String>? labels,
  10. bool? ldapEnabled,
  11. String? name,
  12. String? network,
  13. String? psaRange,
  14. String? replicaZone,
  15. bool? satisfiesPzi,
  16. bool? satisfiesPzs,
  17. String? serviceLevel,
  18. String? state,
  19. String? stateDetails,
  20. String? volumeCapacityGib,
  21. int? volumeCount,
  22. String? zone,
})

Implementation

StoragePool({
  this.activeDirectory,
  this.allowAutoTiering,
  this.capacityGib,
  this.createTime,
  this.description,
  this.encryptionType,
  this.globalAccessAllowed,
  this.kmsConfig,
  this.labels,
  this.ldapEnabled,
  this.name,
  this.network,
  this.psaRange,
  this.replicaZone,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.serviceLevel,
  this.state,
  this.stateDetails,
  this.volumeCapacityGib,
  this.volumeCount,
  this.zone,
});