/AWS1/CL_SGMNODEADDITIONRESULT¶
Information about a node that was successfully added to the cluster.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_nodelogicalid
TYPE /AWS1/SGMCLUSTERNODELOGICALID
/AWS1/SGMCLUSTERNODELOGICALID
¶
A unique identifier assigned to the node that can be used to track its provisioning status through the
DescribeClusterNode
operation.
iv_instancegroupname
TYPE /AWS1/SGMCLUSTERINSTGROUPNAME
/AWS1/SGMCLUSTERINSTGROUPNAME
¶
The name of the instance group to which the node was added.
iv_status
TYPE /AWS1/SGMCLUSTERINSTANCESTATUS
/AWS1/SGMCLUSTERINSTANCESTATUS
¶
The current status of the node. Possible values include
Pending
,Running
,Failed
,ShuttingDown
,SystemUpdating
,DeepHealthCheckInProgress
, andNotFound
.
Queryable Attributes¶
NodeLogicalId¶
A unique identifier assigned to the node that can be used to track its provisioning status through the
DescribeClusterNode
operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NODELOGICALID() |
Getter for NODELOGICALID, with configurable default |
ASK_NODELOGICALID() |
Getter for NODELOGICALID w/ exceptions if field has no value |
HAS_NODELOGICALID() |
Determine if NODELOGICALID has a value |
InstanceGroupName¶
The name of the instance group to which the node was added.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCEGROUPNAME() |
Getter for INSTANCEGROUPNAME, with configurable default |
ASK_INSTANCEGROUPNAME() |
Getter for INSTANCEGROUPNAME w/ exceptions if field has no v |
HAS_INSTANCEGROUPNAME() |
Determine if INSTANCEGROUPNAME has a value |
Status¶
The current status of the node. Possible values include
Pending
,Running
,Failed
,ShuttingDown
,SystemUpdating
,DeepHealthCheckInProgress
, andNotFound
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NODEADDITIONRESULTLIST
¶
TYPES TT_NODEADDITIONRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMNODEADDITIONRESULT WITH DEFAULT KEY
.