AWS SDK for .NET Documentation
ImportVolumeRequest Class
AmazonAmazon.EC2.ModelImportVolumeRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ImportVolume operation.

Creates an import volume task using metadata from the specified disk image. After importing the image, you then upload it using the ec2-import-volume command in the Amazon EC2 command-line interface (CLI) tools. For more information, see Using the Command Line Tools to Import Your Virtual Machine to Amazon EC2 in the Amazon Elastic Compute Cloud User Guide .

Declaration Syntax
C#
public class ImportVolumeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ImportVolumeRequest()()()()
Initializes a new instance of the ImportVolumeRequest class

AvailabilityZone
Availability Zone where the resulting Amazon EBS volume will reside.

Description
Description of the volume being imported.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Image
Details about the image.

IsSetAvailabilityZone()()()()
Checks if AvailabilityZone property is set

IsSetDescription()()()()
Checks if Description property is set

IsSetImage()()()()
Checks if Image property is set

IsSetVolume()()()()
Checks if Volume property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Volume
Details about the volume.

WithAvailabilityZone(String) Obsolete.
Sets the Availability Zone where the resulting Amazon EBS volume will reside.

WithDescription(String) Obsolete.
Sets the description of the volume being imported.

WithImage(DiskImageDetailType) Obsolete.
Sets the details about the image.

WithVolume(DiskImageVolumeType) Obsolete.
Sets details about the volume.

Inheritance Hierarchy
Object
EC2Request
 ImportVolumeRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)