
C# |
public class JobFlowInstancesDetail

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | JobFlowInstancesDetail()()()() | Initializes a new instance of the JobFlowInstancesDetail class |
![]() | Ec2KeyName |
Gets and sets the property Ec2KeyName.
The name of an Amazon EC2 key pair that can be used to ssh to the master node of job flow. |
![]() | Ec2SubnetId |
Gets and sets the property Ec2SubnetId.
For job flows launched within Amazon Virtual Private Cloud, this value specifies the identifier of the subnet where the job flow was launched. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HadoopVersion |
Gets and sets the property HadoopVersion.
The Hadoop version for the job flow. |
![]() | InstanceCount |
Gets and sets the property InstanceCount.
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. |
![]() | InstanceGroups |
Gets and sets the property InstanceGroups.
Details about the job flow's instance groups. |
![]() | KeepJobFlowAliveWhenNoSteps |
Gets and sets the property KeepJobFlowAliveWhenNoSteps.
Specifies whether the job flow should terminate after completing all steps. |
![]() | MasterInstanceId |
Gets and sets the property MasterInstanceId.
The Amazon EC2 instance identifier of the master node. |
![]() | MasterInstanceType |
Gets and sets the property MasterInstanceType.
The Amazon EC2 master node instance type. |
![]() | MasterPublicDnsName |
Gets and sets the property MasterPublicDnsName.
The DNS name of the master node. |
![]() | NormalizedInstanceHours |
Gets and sets the property NormalizedInstanceHours.
An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented once for every hour an m1.small runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate. |
![]() | Placement |
Gets and sets the property Placement.
The Amazon EC2 Availability Zone for the job flow. |
![]() | SlaveInstanceType |
Gets and sets the property SlaveInstanceType.
The Amazon EC2 slave node instance type. |
![]() | TerminationProtected |
Gets and sets the property TerminationProtected.
Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job flow error. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithEc2KeyName(String) | Obsolete.
Sets the Ec2KeyName property
|
![]() | WithEc2SubnetId(String) | Obsolete.
Sets the Ec2SubnetId property
|
![]() | WithHadoopVersion(String) | Obsolete.
Sets the HadoopVersion property
|
![]() | WithInstanceCount(Int32) | Obsolete.
Sets the InstanceCount property
|
![]() | WithInstanceGroups(array<InstanceGroupDetail>[]()[][]) | Obsolete.
Sets the InstanceGroups property
|
![]() | WithInstanceGroups(IEnumerable<(Of <<'(InstanceGroupDetail>)>>)) | Obsolete.
Sets the InstanceGroups property
|
![]() | WithKeepJobFlowAliveWhenNoSteps(Boolean) | Obsolete.
Sets the KeepJobFlowAliveWhenNoSteps property
|
![]() | WithMasterInstanceId(String) | Obsolete.
Sets the MasterInstanceId property
|
![]() | WithMasterInstanceType(String) | Obsolete.
Sets the MasterInstanceType property
|
![]() | WithMasterPublicDnsName(String) | Obsolete.
Sets the MasterPublicDnsName property
|
![]() | WithNormalizedInstanceHours(Int32) | Obsolete.
Sets the NormalizedInstanceHours property
|
![]() | WithPlacement(PlacementType) | Obsolete.
Sets the Placement property
|
![]() | WithSlaveInstanceType(String) | Obsolete.
Sets the SlaveInstanceType property
|
![]() | WithTerminationProtected(Boolean) | Obsolete.
Sets the TerminationProtected property
|

Object | |
![]() | JobFlowInstancesDetail |