Volume constructor

Volume({
  1. String? activeDirectory,
  2. BackupConfig? backupConfig,
  3. CacheParameters? cacheParameters,
  4. String? capacityGib,
  5. String? coldTierSizeGib,
  6. String? createTime,
  7. String? description,
  8. String? encryptionType,
  9. ExportPolicy? exportPolicy,
  10. bool? hasReplication,
  11. String? hotTierSizeUsedGib,
  12. HybridReplicationParameters? hybridReplicationParameters,
  13. bool? kerberosEnabled,
  14. String? kmsConfig,
  15. Map<String, String>? labels,
  16. bool? largeCapacity,
  17. bool? ldapEnabled,
  18. List<MountOption>? mountOptions,
  19. bool? multipleEndpoints,
  20. String? name,
  21. String? network,
  22. List<String>? protocols,
  23. String? psaRange,
  24. String? replicaZone,
  25. RestoreParameters? restoreParameters,
  26. List<String>? restrictedActions,
  27. String? securityStyle,
  28. String? serviceLevel,
  29. String? shareName,
  30. List<String>? smbSettings,
  31. double? snapReserve,
  32. bool? snapshotDirectory,
  33. SnapshotPolicy? snapshotPolicy,
  34. String? state,
  35. String? stateDetails,
  36. String? storagePool,
  37. double? throughputMibps,
  38. TieringPolicy? tieringPolicy,
  39. String? unixPermissions,
  40. String? usedGib,
  41. String? zone,
})

Implementation

Volume({
  this.activeDirectory,
  this.backupConfig,
  this.cacheParameters,
  this.capacityGib,
  this.coldTierSizeGib,
  this.createTime,
  this.description,
  this.encryptionType,
  this.exportPolicy,
  this.hasReplication,
  this.hotTierSizeUsedGib,
  this.hybridReplicationParameters,
  this.kerberosEnabled,
  this.kmsConfig,
  this.labels,
  this.largeCapacity,
  this.ldapEnabled,
  this.mountOptions,
  this.multipleEndpoints,
  this.name,
  this.network,
  this.protocols,
  this.psaRange,
  this.replicaZone,
  this.restoreParameters,
  this.restrictedActions,
  this.securityStyle,
  this.serviceLevel,
  this.shareName,
  this.smbSettings,
  this.snapReserve,
  this.snapshotDirectory,
  this.snapshotPolicy,
  this.state,
  this.stateDetails,
  this.storagePool,
  this.throughputMibps,
  this.tieringPolicy,
  this.unixPermissions,
  this.usedGib,
  this.zone,
});