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 4.5
 
Represents an EC2 instance provisioned as part of cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.Instance

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

Syntax

C#
public class Instance : Object

The Instance type exposes the following members

Constructors

NameDescription
Public Method Instance()

Properties

NameTypeDescription
Public Property EbsVolumes System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.EbsVolume> Gets and sets the property EbsVolumes.

The list of EBS volumes that are attached to this instance.

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

The unique identifier of the instance in Amazon EC2.

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

The unique identifier for the instance in Amazon EMR.

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

The identifier of the instance group to which this instance belongs.

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

The private DNS name of the instance.

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

The private IP address of the instance.

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

The public DNS name of the instance.

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

The public IP address of the instance.

Public Property Status Amazon.ElasticMapReduce.Model.InstanceStatus Gets and sets the property Status.

The current status of the instance.

Version Information

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

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