Skip to content

/AWS1/CL_SGMBTCADDCLSTNODESRSP

BatchAddClusterNodesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_successful TYPE /AWS1/CL_SGMNODEADDITIONRESULT=>TT_NODEADDITIONRESULTLIST TT_NODEADDITIONRESULTLIST

A list of NodeLogicalIDs that were successfully added to the cluster. The NodeLogicalID is unique per cluster and does not change between instance replacements. Each entry includes a NodeLogicalId that can be used to track the node's provisioning status (with DescribeClusterNode), 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 NodeLogicalIDs that were successfully added to the cluster. The NodeLogicalID is unique per cluster and does not change between instance replacements. Each entry includes a NodeLogicalId that can be used to track the node's provisioning status (with DescribeClusterNode), 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