 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceGroupDetail
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceGroupDetail()()()() | Initializes a new instance of the InstanceGroupDetail class | 
|  | BidPrice | 
            Gets and sets the property BidPrice. 
             Bid price for EC2 Instances when launching nodes as Spot Instances, expressed in USD. | 
|  | CreationDateTime | 
            Gets and sets the property CreationDateTime. 
             The date/time the instance group was created. | 
|  | EndDateTime | 
            Gets and sets the property EndDateTime. 
             The date/time the instance group was terminated. | 
|  | 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.) | 
|  | InstanceGroupId | 
            Gets and sets the property InstanceGroupId. 
             Unique identifier for the instance group. | 
|  | InstanceRequestCount | 
            Gets and sets the property InstanceRequestCount. 
             Target number of instances to run in the instance group. | 
|  | InstanceRole | 
            Gets and sets the property InstanceRole. 
             Instance group role in the cluster | 
|  | InstanceRunningCount | 
            Gets and sets the property InstanceRunningCount. 
             Actual count of running instances. | 
|  | InstanceType | 
            Gets and sets the property InstanceType. 
             Amazon EC2 Instance type. | 
|  | LastStateChangeReason | 
            Gets and sets the property LastStateChangeReason. 
             Details regarding the state of the instance group. | 
|  | Market | 
            Gets and sets the property Market. 
             Market type of the Amazon EC2 instances used to create a cluster node. | 
|  | Name | 
            Gets and sets the property Name. 
             Friendly name for the instance group. | 
|  | ReadyDateTime | 
            Gets and sets the property ReadyDateTime. 
             The date/time the instance group was available to the cluster. | 
|  | StartDateTime | 
            Gets and sets the property StartDateTime. 
             The date/time the instance group was started. | 
|  | State | 
            Gets and sets the property State. 
             State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBidPrice(String) | Obsolete. 
            Sets the BidPrice property
             | 
|  | WithCreationDateTime(DateTime) | Obsolete. 
            Sets the CreationDateTime property
             | 
|  | WithEndDateTime(DateTime) | Obsolete. 
            Sets the EndDateTime property
             | 
|  | WithInstanceGroupId(String) | Obsolete. 
            Sets the InstanceGroupId property
             | 
|  | WithInstanceRequestCount(Int32) | Obsolete. 
            Sets the InstanceRequestCount property
             | 
|  | WithInstanceRole(String) | Obsolete. 
            Sets the InstanceRole property
             | 
|  | WithInstanceRunningCount(Int32) | Obsolete. 
            Sets the InstanceRunningCount property
             | 
|  | WithInstanceType(String) | Obsolete. 
            Sets the InstanceType property
             | 
|  | WithLastStateChangeReason(String) | Obsolete. 
            Sets the LastStateChangeReason property
             | 
|  | WithMarket(String) | Obsolete. 
            Sets the Market property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithReadyDateTime(DateTime) | Obsolete. 
            Sets the ReadyDateTime property
             | 
|  | WithStartDateTime(DateTime) | Obsolete. 
            Sets the StartDateTime property
             | 
|  | WithState(String) | Obsolete. 
            Sets the State property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceGroupDetail |