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

Показать файл Открыть проект Примеры использования класса

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

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

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

JobFlowInstancesDetail ( string masterInstanceType, string slaveInstanceType, int instanceCount ) : System

Instantiates JobFlowInstancesDetail with the parameterized properties

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

Метод Описание
IsSetEc2KeyName ( ) : bool
IsSetEc2SubnetId ( ) : bool
IsSetHadoopVersion ( ) : bool
IsSetInstanceCount ( ) : bool
IsSetInstanceGroups ( ) : bool
IsSetKeepJobFlowAliveWhenNoSteps ( ) : bool
IsSetMasterInstanceId ( ) : bool
IsSetMasterInstanceType ( ) : bool
IsSetMasterPublicDnsName ( ) : bool
IsSetNormalizedInstanceHours ( ) : bool
IsSetPlacement ( ) : bool
IsSetSlaveInstanceType ( ) : bool
IsSetTerminationProtected ( ) : bool

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

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

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

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

Instantiates JobFlowInstancesDetail with the parameterized properties
public JobFlowInstancesDetail ( string masterInstanceType, string slaveInstanceType, int instanceCount ) : System
masterInstanceType string The Amazon EC2 master node instance type.
slaveInstanceType string The Amazon EC2 slave node instance type.
instanceCount int The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes.
Результат System