AWS SDK for .NET Documentation
ClusterStatus Class
AmazonAmazon.ElasticMapReduce.ModelClusterStatus Did this page help you?   Yes   No    Tell us about it...
The detailed status of the cluster.
Declaration Syntax
C#
public class ClusterStatus
Members
All MembersConstructorsMethodsProperties



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

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.)
State
Gets and sets the property State.

The current state of the cluster.


StateChangeReason
Gets and sets the property StateChangeReason.

The reason for the cluster status change.


Timeline
Gets and sets the property Timeline.

A timeline that represents the status of a cluster over the lifetime of the cluster.


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

WithStateChangeReason(ClusterStateChangeReason) Obsolete.
Sets the StateChangeReason property

WithTimeline(ClusterTimeline) Obsolete.
Sets the Timeline property

Inheritance Hierarchy
Object
ClusterStatus

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