C# Class Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

JobFlowInstancesDetail() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public JobFlowInstancesDetail ( ) : System
Résultat System

JobFlowInstancesDetail() public méthode

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.
Résultat System