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 ImportInstanceTaskDetailsType
Public Class ImportInstanceTaskDetailsType
public ref class ImportInstanceTaskDetailsType
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ImportInstanceTaskDetailsType()()()() | Initializes a new instance of the ImportInstanceTaskDetailsType class | |
| Description |
Gets and sets the Description property.
Optional description of the instance.
| |
| 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.) | |
| InstanceId |
Gets and sets the InstanceId property.
The ID of the resulting instance in Amazon EC2.
| |
| IsSetDescription()()()() |
Checks if Description property is set
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| IsSetPlatform()()()() |
Checks if Platform property is set
| |
| IsSetVolumes()()()() |
Checks if Volumes property is set
| |
| Platform |
Gets and sets the Platform property.
Instance operating system.
| |
| ToString()()()() | (Inherited from Object.) | |
| Volumes |
Gets and sets the Volumes property.
A list of instance volumes for import. Each volume's information is wrapped in an item element.
| |
| WithDescription(String) |
Sets the Description property
| |
| WithInstanceId(String) |
Sets the InstanceId property
| |
| WithPlatform(String) |
Sets the Platform property
| |
| WithVolumes(array<ImportInstanceVolumeDetailItemType>[]()[][]) |
Sets the Volumes property
|