StorediSCSIVolume constructor

StorediSCSIVolume({
  1. DateTime? createdDate,
  2. String? kMSKey,
  3. bool? preservedExistingData,
  4. String? sourceSnapshotId,
  5. String? targetName,
  6. String? volumeARN,
  7. String? volumeAttachmentStatus,
  8. String? volumeDiskId,
  9. String? volumeId,
  10. double? volumeProgress,
  11. int? volumeSizeInBytes,
  12. String? volumeStatus,
  13. String? volumeType,
  14. int? volumeUsedInBytes,
  15. VolumeiSCSIAttributes? volumeiSCSIAttributes,
})

Implementation

StorediSCSIVolume({
  this.createdDate,
  this.kMSKey,
  this.preservedExistingData,
  this.sourceSnapshotId,
  this.targetName,
  this.volumeARN,
  this.volumeAttachmentStatus,
  this.volumeDiskId,
  this.volumeId,
  this.volumeProgress,
  this.volumeSizeInBytes,
  this.volumeStatus,
  this.volumeType,
  this.volumeUsedInBytes,
  this.volumeiSCSIAttributes,
});