Skip to content

/AWS1/CL_SGMADDCLUSTERNODESPEC

Specifies an instance group and the number of nodes to add to it.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_instancegroupname TYPE /AWS1/SGMCLUSTERINSTGROUPNAME /AWS1/SGMCLUSTERINSTGROUPNAME

The name of the instance group to which you want to add nodes.

iv_incrementtargetcountby TYPE /AWS1/SGMBATCHADDINCREMENTCNT /AWS1/SGMBATCHADDINCREMENTCNT

The number of nodes to add to the specified instance group. The total number of nodes across all instance groups in a single request cannot exceed 50.


Queryable Attributes

InstanceGroupName

The name of the instance group to which you want to add nodes.

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

IncrementTargetCountBy

The number of nodes to add to the specified instance group. The total number of nodes across all instance groups in a single request cannot exceed 50.

Accessible with the following methods

Method Description
GET_INCREMENTTARGETCOUNTBY() Getter for INCREMENTTARGETCOUNTBY, with configurable default
ASK_INCREMENTTARGETCOUNTBY() Getter for INCREMENTTARGETCOUNTBY w/ exceptions if field has
HAS_INCREMENTTARGETCOUNTBY() Determine if INCREMENTTARGETCOUNTBY 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_ADDCLUSTERNODESPECLIST

TYPES TT_ADDCLUSTERNODESPECLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMADDCLUSTERNODESPEC WITH DEFAULT KEY
.