Detailed information about an instance group.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class InstanceGroupDetail
Public Class InstanceGroupDetail
public ref class InstanceGroupDetail
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| InstanceGroupDetail()()()() | Initializes a new instance of the InstanceGroupDetail class | |
| BidPrice |
Bid price for EC2 Instances when launching nodes as Spot Instances, expressed in USD.
Constraints: | |
| CreationDateTime |
The date/time the instance group was created.
| |
| EndDateTime |
The date/time the instance group was terminated.
| |
| 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.) | |
| InstanceGroupId |
Unique identifier for the instance group.
Constraints: | |
| InstanceRequestCount |
Target number of instances to run in the instance group.
| |
| InstanceRole |
Instance group role in the cluster
Constraints: | |
| InstanceRunningCount |
Actual count of running instances.
| |
| InstanceType |
Amazon EC2 Instance type.
Constraints: | |
| LastStateChangeReason |
Details regarding the state of the instance group.
Constraints: | |
| Market |
Market type of the Amazon EC2 instances used to create a cluster node.
Constraints: | |
| Name |
Friendly name for the instance group.
Constraints: | |
| ReadyDateTime |
The date/time the instance group was available to the cluster.
| |
| StartDateTime |
The date/time the instance group was started.
| |
| State |
State of instance group.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithBidPrice(String) |
Sets the BidPrice property
| |
| WithCreationDateTime(DateTime) |
Sets the CreationDateTime property
| |
| WithEndDateTime(DateTime) |
Sets the EndDateTime property
| |
| WithInstanceGroupId(String) |
Sets the InstanceGroupId property
| |
| WithInstanceRequestCount(Int32) |
Sets the InstanceRequestCount property
| |
| WithInstanceRole(String) |
Sets the InstanceRole property
| |
| WithInstanceRunningCount(Int32) |
Sets the InstanceRunningCount property
| |
| WithInstanceType(String) |
Sets the InstanceType property
| |
| WithLastStateChangeReason(String) |
Sets the LastStateChangeReason property
| |
| WithMarket(String) |
Sets the Market property
| |
| WithName(String) |
Sets the Name property
| |
| WithReadyDateTime(DateTime) |
Sets the ReadyDateTime property
| |
| WithStartDateTime(DateTime) |
Sets the StartDateTime property
| |
| WithState(String) |
Sets the State property
|