 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceGroup()()()() | Initializes a new instance of the InstanceGroup class | 
|  | BidPrice | 
            Gets and sets the property BidPrice. 
             The bid price for each EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD. | 
|  | 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 identifier of the instance group. | 
|  | InstanceGroupType | 
            Gets and sets the property InstanceGroupType. 
             The type of the instance group. Valid values are MASTER, CORE or TASK. | 
|  | InstanceType | 
            Gets and sets the property InstanceType. 
             The EC2 instance type for all instances in the instance group. | 
|  | Market | 
            Gets and sets the property Market. 
             The marketplace to provision instances for this group. Valid values are ON_DEMAND or SPOT. | 
|  | Name | 
            Gets and sets the property Name. 
             The name of the instance group. | 
|  | RequestedInstanceCount | 
            Gets and sets the property RequestedInstanceCount. 
             The target number of instances for the instance group. | 
|  | RunningInstanceCount | 
            Gets and sets the property RunningInstanceCount. 
             The number of instances currently running in this instance group. | 
|  | Status | 
            Gets and sets the property Status. 
             The current status of the instance group. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBidPrice(String) | Obsolete. 
            Sets the BidPrice property
             | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithInstanceGroupType(String) | Obsolete. 
            Sets the InstanceGroupType property
             | 
|  | WithInstanceType(String) | Obsolete. 
            Sets the InstanceType property
             | 
|  | WithMarket(String) | Obsolete. 
            Sets the Market property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithRequestedInstanceCount(Int32) | Obsolete. 
            Sets the RequestedInstanceCount property
             | 
|  | WithRunningInstanceCount(Int32) | Obsolete. 
            Sets the RunningInstanceCount property
             | 
|  | WithStatus(InstanceGroupStatus) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceGroup |