CachediSCSIVolume constructor

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

Implementation

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