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
 
Detailed information about an instance group.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.InstanceGroupDetail

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

Syntax

C#
public class InstanceGroupDetail : Object

The InstanceGroupDetail type exposes the following members

Constructors

NameDescription
Public Method InstanceGroupDetail() Empty constructor used to set properties independently even when a simple constructor is available
Public Method InstanceGroupDetail(InstanceRoleType, string, int, int, InstanceGroupState, DateTime) Instantiates InstanceGroupDetail with the parameterized properties

Properties

NameTypeDescription
Public Property BidPrice System.String Gets and sets the property BidPrice.

Bid price for EC2 Instances when launching nodes as Spot Instances, expressed in USD.

Public Property CreationDateTime System.DateTime Gets and sets the property CreationDateTime.

The date/time the instance group was created.

Public Property EndDateTime System.DateTime Gets and sets the property EndDateTime.

The date/time the instance group was terminated.

Public Property InstanceGroupId System.String Gets and sets the property InstanceGroupId.

Unique identifier for the instance group.

Public Property InstanceRequestCount System.Int32 Gets and sets the property InstanceRequestCount.

Target number of instances to run in the instance group.

Public Property InstanceRole Amazon.ElasticMapReduce.InstanceRoleType Gets and sets the property InstanceRole.

Instance group role in the cluster

Public Property InstanceRunningCount System.Int32 Gets and sets the property InstanceRunningCount.

Actual count of running instances.

Public Property InstanceType System.String Gets and sets the property InstanceType.

Amazon EC2 Instance type.

Public Property LastStateChangeReason System.String Gets and sets the property LastStateChangeReason.

Details regarding the state of the instance group.

Public Property Market Amazon.ElasticMapReduce.MarketType Gets and sets the property Market.

Market type of the Amazon EC2 instances used to create a cluster node.

Public Property Name System.String Gets and sets the property Name.

Friendly name for the instance group.

Public Property ReadyDateTime System.DateTime Gets and sets the property ReadyDateTime.

The date/time the instance group was available to the cluster.

Public Property StartDateTime System.DateTime Gets and sets the property StartDateTime.

The date/time the instance group was started.

Public Property State Amazon.ElasticMapReduce.InstanceGroupState Gets and sets the property State.

State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.

Version Information

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

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