/AWS1/CL_SGMCLSTAUTPATCHCFGD00¶
The auto-patching configuration details for the instance group, including the patching strategy and schedule.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_patchingstrategy TYPE /AWS1/SGMCLUSTERPATCHINGSTRAG /AWS1/SGMCLUSTERPATCHINGSTRAG¶
The strategy used for applying patches to instances in the group.
io_currentpatchschedule TYPE REF TO /AWS1/CL_SGMCLUSTPATCHSCHDETS /AWS1/CL_SGMCLUSTPATCHSCHDETS¶
The currently active patch schedule that the system will execute.
io_desiredpatchschedule TYPE REF TO /AWS1/CL_SGMCLUSTPATCHSCHDETS /AWS1/CL_SGMCLUSTPATCHSCHDETS¶
The requested patch schedule. Differs from CurrentPatchSchedule when a reschedule request is pending.
io_deploymentconfig TYPE REF TO /AWS1/CL_SGMDEPLOYMENTCONF /AWS1/CL_SGMDEPLOYMENTCONF¶
The deployment configuration for rolling patch updates.
Queryable Attributes¶
PatchingStrategy¶
The strategy used for applying patches to instances in the group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATCHINGSTRATEGY() |
Getter for PATCHINGSTRATEGY, with configurable default |
ASK_PATCHINGSTRATEGY() |
Getter for PATCHINGSTRATEGY w/ exceptions if field has no va |
HAS_PATCHINGSTRATEGY() |
Determine if PATCHINGSTRATEGY has a value |
CurrentPatchSchedule¶
The currently active patch schedule that the system will execute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTPATCHSCHEDULE() |
Getter for CURRENTPATCHSCHEDULE |
DesiredPatchSchedule¶
The requested patch schedule. Differs from CurrentPatchSchedule when a reschedule request is pending.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIREDPATCHSCHEDULE() |
Getter for DESIREDPATCHSCHEDULE |
DeploymentConfig¶
The deployment configuration for rolling patch updates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTCONFIG() |
Getter for DEPLOYMENTCONFIG |