C# 클래스 Amazon.ElasticMapReduce.Model.JobFlowInstancesDetail

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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