Skip to content

/AWS1/CL_SGMBTCDELCLSTNODESRSP

BatchDeleteClusterNodesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_failed TYPE /AWS1/CL_SGMBTCDELCLSTNODESERR=>TT_BATCHDELCLUSTNODESERRORLIST TT_BATCHDELCLUSTNODESERRORLIST

A list of errors encountered when deleting the specified nodes.

it_successful TYPE /AWS1/CL_SGMCLUSTERNODEIDS_W=>TT_CLUSTERNODEIDS TT_CLUSTERNODEIDS

A list of node IDs that were successfully deleted from the specified cluster.

it_failednodelogicalids TYPE /AWS1/CL_SGMBTCDELCLSTNODELO00=>TT_BTCDELCLSTNODELOGICALIDSE00 TT_BTCDELCLSTNODELOGICALIDSE00

A list of NodeLogicalIds that could not be deleted, along with error information explaining why the deletion failed.

it_successfulnodelogicalids TYPE /AWS1/CL_SGMCLSTNODELOGICALI00=>TT_CLUSTERNODELOGICALIDLIST TT_CLUSTERNODELOGICALIDLIST

A list of NodeLogicalIds that were successfully deleted from the cluster.


Queryable Attributes

Failed

A list of errors encountered when deleting the specified nodes.

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

Successful

A list of node IDs that were successfully deleted from the specified cluster.

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

FailedNodeLogicalIds

A list of NodeLogicalIds that could not be deleted, along with error information explaining why the deletion failed.

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 NodeLogicalIds that were successfully deleted from the cluster.

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