/AWS1/CL_SGMBTCADDCLSTNODESRSP¶
BatchAddClusterNodesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_successful TYPE /AWS1/CL_SGMNODEADDITIONRESULT=>TT_NODEADDITIONRESULTLIST TT_NODEADDITIONRESULTLIST¶
A list of
NodeLogicalIDsthat were successfully added to the cluster. TheNodeLogicalIDis unique per cluster and does not change between instance replacements. Each entry includes aNodeLogicalIdthat can be used to track the node's provisioning status (withDescribeClusterNode), the instance group name, and the current status of the node.
it_failed TYPE /AWS1/CL_SGMBTCADDCLSTNODESERR=>TT_BATCHADDCLUSTNODESERRORLIST TT_BATCHADDCLUSTNODESERRORLIST¶
A list of errors that occurred during the node addition operation. Each entry includes the instance group name, error code, number of failed additions, and an error message.
Queryable Attributes¶
Successful¶
A list of
NodeLogicalIDsthat were successfully added to the cluster. TheNodeLogicalIDis unique per cluster and does not change between instance replacements. Each entry includes aNodeLogicalIdthat can be used to track the node's provisioning status (withDescribeClusterNode), the instance group name, and the current status of the node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
Failed¶
A list of errors that occurred during the node addition operation. Each entry includes the instance group name, error code, number of failed additions, and an error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |