InstanceAttribute Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Represents an attribute of an Amazon EC2 instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceAttribute

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class InstanceAttribute : Object

The InstanceAttribute type exposes the following members

Constructors

  Name Description
Public Method InstanceAttribute()

Properties

  Name Description
Public Property BlockDeviceMappings How block devices are exposed to this instance. Each mapping is made up of a virtualName and a deviceName.
Public Property DisableApiTermination Whether this instance can be terminated. You must modify this attribute before you can terminate any "locked" instances.
Public Property EbsOptimized Boolean value
Public Property InstanceId The ID of the associated instance.
Public Property InstanceInitiatedShutdownBehavior Whether this instance's Amazon EBS volumes are deleted when the instance is shut down.
Public Property InstanceType The instance type (e.g., m1.small, c1.medium, m2.2xlarge, and so on).
Public Property KernelId The kernel ID of the associated instance.
Public Property ProductCodes
Public Property RamdiskId The ramdisk ID of the associated instance.
Public Property RootDeviceName The root device name (e.g., /dev/sda1).
Public Property UserData MIME, Base64-encoded user data.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8