[−][src]Struct rusoto_storagegateway::DescribeStorediSCSIVolumesOutput
Fields
storedi_scsi_volumes: Option<Vec<StorediSCSIVolume>>
Describes a single unit of output from DescribeStorediSCSIVolumes. The following fields are returned:
-
ChapEnabled: Indicates whether mutual CHAP is enabled for the iSCSI target.
-
LunNumber: The logical disk number.
-
NetworkInterfaceId: The network interface ID of the stored volume that initiator use to map the stored volume as an iSCSI target.
-
NetworkInterfacePort: The port used to communicate with iSCSI targets.
-
PreservedExistingData: Indicates if when the stored volume was created, existing data on the underlying local disk was preserved.
-
SourceSnapshotId: If the stored volume was created from a snapshot, this field contains the snapshot ID used, e.g. snap-1122aabb. Otherwise, this field is not included.
-
StorediSCSIVolumes: An array of StorediSCSIVolume objects where each object contains metadata about one stored volume.
-
TargetARN: The Amazon Resource Name (ARN) of the volume target.
-
VolumeARN: The Amazon Resource Name (ARN) of the stored volume.
-
VolumeDiskId: The disk ID of the local disk that was specified in the CreateStorediSCSIVolume operation.
-
VolumeId: The unique identifier of the storage volume, e.g. vol-1122AABB.
-
VolumeiSCSIAttributes: An VolumeiSCSIAttributes object that represents a collection of iSCSI attributes for one stored volume.
-
VolumeProgress: Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of data transferred. This field does not appear in the response if the stored volume is not restoring or bootstrapping.
-
VolumeSizeInBytes: The size of the volume in bytes.
-
VolumeStatus: One of the
VolumeStatus
values that indicates the state of the volume. -
VolumeType: One of the enumeration values describing the type of the volume. Currently, on STORED volumes are supported.
Trait Implementations
impl PartialEq<DescribeStorediSCSIVolumesOutput> for DescribeStorediSCSIVolumesOutput
[src]
fn eq(&self, other: &DescribeStorediSCSIVolumesOutput) -> bool
[src]
fn ne(&self, other: &DescribeStorediSCSIVolumesOutput) -> bool
[src]
impl Default for DescribeStorediSCSIVolumesOutput
[src]
impl Clone for DescribeStorediSCSIVolumesOutput
[src]
fn clone(&self) -> DescribeStorediSCSIVolumesOutput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeStorediSCSIVolumesOutput
[src]
impl<'de> Deserialize<'de> for DescribeStorediSCSIVolumesOutput
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeStorediSCSIVolumesOutput
impl Sync for DescribeStorediSCSIVolumesOutput
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self