AWS SDK for .NET Documentation
ImportVolumeTaskDetailsType Class
AmazonAmazon.EC2.ModelImportVolumeTaskDetailsType Did this page help you?   Yes   No    Tell us about it...
Details for an import volume task.
Declaration Syntax
C#
public class ImportVolumeTaskDetailsType
Members
All MembersConstructorsMethodsProperties



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

AvailabilityZone
The Availability Zone where the resulting volume will reside.

BytesConverted
Number of bytes converted so far.

Description
Task description. This description is one you provided when starting the import volume task.

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
Information about the image.

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

IsSetBytesConverted()()()()
Checks if BytesConverted 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
Information about the volume.

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

WithBytesConverted(Decimal) Obsolete.
Sets the number of bytes converted so far.

WithDescription(String) Obsolete.
Sets the task description.

WithImage(DiskImageDescriptionType) Obsolete.
Sets the information about the image.

WithVolume(DiskImageVolumeDescriptionType) Obsolete.
Sets the information about the volume.

Inheritance Hierarchy
Object
ImportVolumeTaskDetailsType

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