/AWS1/CL_SGMUPCLSTSOFTWAREIN00¶
The configuration that describes specifications of the instance groups to update.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancegroupname TYPE /AWS1/SGMCLUSTERINSTGROUPNAME /AWS1/SGMCLUSTERINSTGROUPNAME¶
The name of the instance group to update.
Optional arguments:¶
iv_imagereleaseversion TYPE /AWS1/SGMIMAGERELEASEVERSION /AWS1/SGMIMAGERELEASEVERSION¶
The version of the HyperPod-managed AMI to update to for the instance group. Uses semantic versioning in the format
MAJOR.MINOR.PATCH.
Queryable Attributes¶
InstanceGroupName¶
The name of the instance group to update.
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 |
ImageReleaseVersion¶
The version of the HyperPod-managed AMI to update to for the instance group. Uses semantic versioning in the format
MAJOR.MINOR.PATCH.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGERELEASEVERSION() |
Getter for IMAGERELEASEVERSION, with configurable default |
ASK_IMAGERELEASEVERSION() |
Getter for IMAGERELEASEVERSION w/ exceptions if field has no |
HAS_IMAGERELEASEVERSION() |
Determine if IMAGERELEASEVERSION 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_UPDCLUSTSOFTWAREINSTGROUPS¶
TYPES TT_UPDCLUSTSOFTWAREINSTGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMUPCLSTSOFTWAREIN00 WITH DEFAULT KEY
.