AWS SDK for .NET Documentation
Instance Class
AmazonAmazon.ElasticMapReduce.ModelInstance Did this page help you?   Yes   No    Tell us about it...
Represents an EC2 instance provisioned as part of cluster.
Declaration Syntax
C#
public class Instance
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Instance()()()()
Initializes a new instance of the Instance class

Ec2InstanceId
Gets and sets the property Ec2InstanceId.

The unique identifier of the instance in Amazon EC2.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the property Id.

The unique identifier for the instance in Amazon EMR.


PrivateDnsName
Gets and sets the property PrivateDnsName.

The private DNS name of the instance.


PrivateIpAddress
Gets and sets the property PrivateIpAddress.

The private IP address of the instance.


PublicDnsName
Gets and sets the property PublicDnsName.

The public DNS name of the instance.


PublicIpAddress
Gets and sets the property PublicIpAddress.

The public IP address of the instance.


Status
Gets and sets the property Status.

The current status of the instance.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEc2InstanceId(String) Obsolete.
Sets the Ec2InstanceId property

WithId(String) Obsolete.
Sets the Id property

WithPrivateDnsName(String) Obsolete.
Sets the PrivateDnsName property

WithPrivateIpAddress(String) Obsolete.
Sets the PrivateIpAddress property

WithPublicDnsName(String) Obsolete.
Sets the PublicDnsName property

WithPublicIpAddress(String) Obsolete.
Sets the PublicIpAddress property

WithStatus(InstanceStatus) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
Instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)