Skip to content

/AWS1/CL_SGMCLUSTINSTREQDETS

The instance requirement details for a flexible instance group, including the current and desired instance types.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_currentinstancetypes TYPE /AWS1/CL_SGMCLUSTERINSTTYPES_W=>TT_CLUSTERINSTANCETYPES TT_CLUSTERINSTANCETYPES

The instance types currently in use by the instance group.

it_desiredinstancetypes TYPE /AWS1/CL_SGMCLUSTERINSTTYPES_W=>TT_CLUSTERINSTANCETYPES TT_CLUSTERINSTANCETYPES

The desired instance types for the instance group, as specified in the most recent update request.


Queryable Attributes

CurrentInstanceTypes

The instance types currently in use by the instance group.

Accessible with the following methods

Method Description
GET_CURRENTINSTANCETYPES() Getter for CURRENTINSTANCETYPES, with configurable default
ASK_CURRENTINSTANCETYPES() Getter for CURRENTINSTANCETYPES w/ exceptions if field has n
HAS_CURRENTINSTANCETYPES() Determine if CURRENTINSTANCETYPES has a value

DesiredInstanceTypes

The desired instance types for the instance group, as specified in the most recent update request.

Accessible with the following methods

Method Description
GET_DESIREDINSTANCETYPES() Getter for DESIREDINSTANCETYPES, with configurable default
ASK_DESIREDINSTANCETYPES() Getter for DESIREDINSTANCETYPES w/ exceptions if field has n
HAS_DESIREDINSTANCETYPES() Determine if DESIREDINSTANCETYPES has a value