C# Класс Amazon.ElasticMapReduce.Model.InstanceGroupConfig

Configuration defining a new instance group.

Показать файл Открыть проект

Открытые методы

Метод Описание
InstanceGroupConfig ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

InstanceGroupConfig ( InstanceRoleType instanceRole, string instanceType, int instanceCount ) : System

Instantiates InstanceGroupConfig with the parameterized properties

Приватные методы

Метод Описание
IsSetAutoScalingPolicy ( ) : bool
IsSetBidPrice ( ) : bool
IsSetConfigurations ( ) : bool
IsSetEbsConfiguration ( ) : bool
IsSetInstanceCount ( ) : bool
IsSetInstanceRole ( ) : bool
IsSetInstanceType ( ) : bool
IsSetMarket ( ) : bool
IsSetName ( ) : bool

Описание методов

InstanceGroupConfig() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public InstanceGroupConfig ( ) : System
Результат System

InstanceGroupConfig() публичный Метод

Instantiates InstanceGroupConfig with the parameterized properties
public InstanceGroupConfig ( InstanceRoleType instanceRole, string instanceType, int instanceCount ) : System
instanceRole InstanceRoleType The role of the instance group in the cluster.
instanceType string The EC2 instance type for all instances in the instance group.
instanceCount int Target number of instances for the instance group.
Результат System