Details for an import instance volume item.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ImportInstanceVolumeDetailItemType
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | ImportInstanceVolumeDetailItemType |