AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Describes the current state of the instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceState

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class InstanceState : Object

The InstanceState type exposes the following members

Constructors

NameDescription
Public Method InstanceState()

Properties

NameTypeDescription
Public Property Code System.Int32 Gets and sets the property Code.

The low byte represents the state. The high byte is an opaque internal value and should be ignored.

  • 0 : pending

  • 16 : running

  • 32 : shutting-down

  • 48 : terminated

  • 64 : stopping

  • 80 : stopped

Public Property Name Amazon.EC2.InstanceStateName Gets and sets the property Name.

The current state of the instance.

Version Information

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

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

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8