/AWS1/CL_SGMBTCRPLCLSTNODESRSP¶
BatchReplaceClusterNodesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successful TYPE /AWS1/CL_SGMCLUSTERNODEIDS_W=>TT_CLUSTERNODEIDS TT_CLUSTERNODEIDS¶
A list of EC2 instance IDs for which the replacement operation was successfully initiated.
it_failed TYPE /AWS1/CL_SGMBTCRPLCLSTNODESERR=>TT_BATCHRPLCLUSTNODESERRORS TT_BATCHRPLCLUSTNODESERRORS¶
A list of errors encountered for EC2 instance IDs that could not be replaced. Each error includes the instance ID, an error code, and a descriptive message.
it_failednodelogicalids TYPE /AWS1/CL_SGMBTCRPLCLSTNODELO00=>TT_BTCRPLCLSTNODELOGICALIDSE00 TT_BTCRPLCLSTNODELOGICALIDSE00¶
A list of errors encountered for logical node IDs that could not be replaced. Each error includes the logical node ID, an error code, and a descriptive message. This field is only present when
NodeLogicalIdswere provided in the request.
it_successfulnodelogicalids TYPE /AWS1/CL_SGMCLSTNODELOGICALI00=>TT_CLUSTERNODELOGICALIDLIST TT_CLUSTERNODELOGICALIDLIST¶
A list of logical node IDs for which the replacement operation was successfully initiated. This field is only present when
NodeLogicalIdswere provided in the request.
Queryable Attributes¶
Successful¶
A list of EC2 instance IDs for which the replacement operation was successfully initiated.
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 encountered for EC2 instance IDs that could not be replaced. Each error includes the instance ID, an error code, and a descriptive 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 |
FailedNodeLogicalIds¶
A list of errors encountered for logical node IDs that could not be replaced. Each error includes the logical node ID, an error code, and a descriptive message. This field is only present when
NodeLogicalIdswere provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDNODELOGICALIDS() |
Getter for FAILEDNODELOGICALIDS, with configurable default |
ASK_FAILEDNODELOGICALIDS() |
Getter for FAILEDNODELOGICALIDS w/ exceptions if field has n |
HAS_FAILEDNODELOGICALIDS() |
Determine if FAILEDNODELOGICALIDS has a value |
SuccessfulNodeLogicalIds¶
A list of logical node IDs for which the replacement operation was successfully initiated. This field is only present when
NodeLogicalIdswere provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULNODELOGICALIDS() |
Getter for SUCCESSFULNODELOGICALIDS, with configurable defau |
ASK_SUCCESSFULNODELOGICALIDS() |
Getter for SUCCESSFULNODELOGICALIDS w/ exceptions if field h |
HAS_SUCCESSFULNODELOGICALIDS() |
Determine if SUCCESSFULNODELOGICALIDS has a value |