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



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

AvailabilityZone
The Availability Zone where the resulting instance will reside.

BytesConverted
Number of bytes converted so far.

Description
Description provided when starting the import instance 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

IsSetStatus()()()()
Checks if Status property is set

IsSetStatusMessage()()()()
Checks if StatusMessage property is set

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

Status
Status of the import of this particular disk image.

StatusMessage
Status information or errors related to the disk image.

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 instance will reside.

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

WithDescription(String) Obsolete.
Sets the description.

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

WithStatus(String) Obsolete.
Sets the status of the import of this particular disk image.

WithStatusMessage(String) Obsolete.
Sets the status information or errors related to the disk image.

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

Inheritance Hierarchy
Object
ImportInstanceVolumeDetailItemType

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