Méthode | Description | |
---|---|---|
InstanceGroupDetail ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
InstanceGroupDetail ( InstanceRoleType instanceRole, string instanceType, int instanceRequestCount, int instanceRunningCount, InstanceGroupState state, System.DateTime creationDateTime ) : System |
Instantiates InstanceGroupDetail with the parameterized properties
|
Méthode | Description | |
---|---|---|
IsSetBidPrice ( ) : bool | ||
IsSetCreationDateTime ( ) : bool | ||
IsSetEndDateTime ( ) : bool | ||
IsSetInstanceGroupId ( ) : bool | ||
IsSetInstanceRequestCount ( ) : bool | ||
IsSetInstanceRole ( ) : bool | ||
IsSetInstanceRunningCount ( ) : bool | ||
IsSetInstanceType ( ) : bool | ||
IsSetLastStateChangeReason ( ) : bool | ||
IsSetMarket ( ) : bool | ||
IsSetName ( ) : bool | ||
IsSetReadyDateTime ( ) : bool | ||
IsSetStartDateTime ( ) : bool | ||
IsSetState ( ) : bool |
public InstanceGroupDetail ( InstanceRoleType instanceRole, string instanceType, int instanceRequestCount, int instanceRunningCount, InstanceGroupState state, System.DateTime creationDateTime ) : System | ||
instanceRole | InstanceRoleType | Instance group role in the cluster |
instanceType | string | EC2 instance type. |
instanceRequestCount | int | Target number of instances to run in the instance group. |
instanceRunningCount | int | Actual count of running instances. |
state | InstanceGroupState | State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED. |
creationDateTime | System.DateTime | The date/time the instance group was created. |
Résultat | System |