Volume constructor

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

Implementation

Volume({
  this.activeDirectory,
  this.backupConfig,
  this.blockDevices,
  this.cacheParameters,
  this.capacityGib,
  this.cloneDetails,
  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.largeCapacityConfig,
  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,
});