AWS SDK for .NET Documentation
InstanceGroupConfig Class
AmazonAmazon.ElasticMapReduce.ModelInstanceGroupConfig Did this page help you?   Yes   No    Tell us about it...
Configuration defining a new instance group.
Declaration Syntax
C#
public class InstanceGroupConfig
Members
All MembersConstructorsMethodsProperties



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

BidPrice
Gets and sets the property BidPrice.

Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.


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

Target number of instances for the instance group.


InstanceRole
Gets and sets the property InstanceRole.

The role of the instance group in the cluster.


InstanceType
Gets and sets the property InstanceType.

The Amazon EC2 instance type for all instances in 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 given to the instance group.


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

WithInstanceCount(Int32) Obsolete.
Sets the InstanceCount property

WithInstanceRole(String) Obsolete.
Sets the InstanceRole property

WithInstanceType(String) Obsolete.
Sets the InstanceType property

WithMarket(String) Obsolete.
Sets the Market property

WithName(String) Obsolete.
Sets the Name property

Inheritance Hierarchy
Object
InstanceGroupConfig

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