CachediSCSIVolume constructor
CachediSCSIVolume({
- DateTime? createdDate,
- String? kMSKey,
- String? sourceSnapshotId,
- String? targetName,
- String? volumeARN,
- String? volumeAttachmentStatus,
- String? volumeId,
- double? volumeProgress,
- int? volumeSizeInBytes,
- String? volumeStatus,
- String? volumeType,
- int? volumeUsedInBytes,
- 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,
});