AWS SDK Version 3 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.

Represents an Amazon EC2 instance provisioned as part of cluster.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.Instance

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class Instance

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 Amazon 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 InstanceFleetId System.String

Gets and sets the property InstanceFleetId.

The unique identifier of the instance fleet to which an Amazon EC2 instance belongs.

Public Property InstanceGroupId System.String

Gets and sets the property InstanceGroupId.

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

Public Property InstanceType System.String

Gets and sets the property InstanceType.

The Amazon EC2 instance type, for example m3.xlarge.

Public Property Market Amazon.ElasticMapReduce.MarketType

Gets and sets the property Market.

The instance purchasing option. Valid values are ON_DEMAND or SPOT.

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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