Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ImportInstanceVolumeDetailItemType
Public Class ImportInstanceVolumeDetailItemType
public ref class ImportInstanceVolumeDetailItemType
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ImportInstanceVolumeDetailItemType()()()() | Initializes a new instance of the ImportInstanceVolumeDetailItemType class | |
| AvailabilityZone |
Gets and sets the AvailabilityZone property.
The Availability Zone where the resulting instance will reside.
| |
| BytesConverted |
Gets and sets the BytesConverted property.
Number of bytes converted so far.
| |
| Description |
Gets and sets the Description property.
Description you 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 |
Gets and sets the Image property.
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 |
Gets and sets the Status property.
Status of the import of this particular disk image.
| |
| StatusMessage |
Gets and sets the StatusMessage property.
Status information or errors related to the disk image.
| |
| ToString()()()() | (Inherited from Object.) | |
| Volume |
Gets and sets the Volume property.
Information about the volume.
| |
| WithAvailabilityZone(String) |
Sets the AvailabilityZone property
| |
| WithBytesConverted(Decimal) |
Sets the BytesConverted property
| |
| WithDescription(String) |
Sets the Description property
| |
| WithImage(DiskImageDescriptionType) |
Sets the Image property
| |
| WithStatus(String) |
Sets the Status property
| |
| WithStatusMessage(String) |
Sets the StatusMessage property
| |
| WithVolume(DiskImageVolumeDescriptionType) |
Sets the Volume property
|