[−][src]Struct rusoto_storagegateway::AttachVolumeInput
AttachVolumeInput
Fields
disk_id: Option<String>
The unique device ID or other distinguishing data that identifies the local disk used to create the volume. This value is only required when you are attaching a stored volume.
gateway_arn: String
The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.
network_interface_id: String
The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a gateway.
Valid Values: A valid IP address.
target_name: Option<String>
The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying TargetName
as myvolume results in the target ARN of arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume
. The target name must be unique across all volumes on a gateway.
If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.
volume_arn: String
The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.
Trait Implementations
impl PartialEq<AttachVolumeInput> for AttachVolumeInput
[src]
fn eq(&self, other: &AttachVolumeInput) -> bool
[src]
fn ne(&self, other: &AttachVolumeInput) -> bool
[src]
impl Default for AttachVolumeInput
[src]
fn default() -> AttachVolumeInput
[src]
impl Clone for AttachVolumeInput
[src]
fn clone(&self) -> AttachVolumeInput
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for AttachVolumeInput
[src]
impl Serialize for AttachVolumeInput
[src]
Auto Trait Implementations
impl Send for AttachVolumeInput
impl Sync for AttachVolumeInput
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> Erased for T
impl<T> Same for T
type Output = T
Should always be Self