Configuration defining a new instance group.
| C# |
public class InstanceGroupConfig
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| InstanceGroupConfig()()()() | Initializes a new instance of the InstanceGroupConfig class | |
| BidPrice |
Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.
Constraints: | |
| 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.) | |
| InstanceCount |
Target number of instances for the instance group.
| |
| InstanceRole |
The role of the instance group in the cluster.
Constraints: | |
| InstanceType |
The Amazon EC2 instance type for all instances in the instance group.
Constraints: | |
| Market |
Market type of the Amazon EC2 instances used to create a cluster node.
Constraints: | |
| Name |
Friendly name given to the instance group.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithBidPrice(String) |
Sets the BidPrice property
| |
| WithInstanceCount(Int32) |
Sets the InstanceCount property
| |
| WithInstanceRole(String) |
Sets the InstanceRole property
| |
| WithInstanceType(String) |
Sets the InstanceType property
| |
| WithMarket(String) |
Sets the Market property
| |
| WithName(String) |
Sets the Name property
|
| Object | |
| InstanceGroupConfig | |