Represents an EC2 instance provisioned as part of cluster.

C# |
public class Instance

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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
|

Object | |
![]() | Instance |