C# Class Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail

显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method 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 method

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

JobFlowInstancesDetail() public method

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.
return System