/AWS1/CL_LMVHOOKS¶
Lifecycle hook configuration for MicroVMs and MicroVM images.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_port TYPE /AWS1/LMVINTEGER /AWS1/LMVINTEGER¶
The port number on which the hooks listener runs.
io_microvmhooks TYPE REF TO /AWS1/CL_LMVMICROVMHOOKS /AWS1/CL_LMVMICROVMHOOKS¶
The lifecycle hooks for MicroVM events.
io_microvmimagehooks TYPE REF TO /AWS1/CL_LMVMICROVMIMAGEHOOKS /AWS1/CL_LMVMICROVMIMAGEHOOKS¶
The hooks for MicroVM image build events.
Queryable Attributes¶
port¶
The port number on which the hooks listener runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
microvmHooks¶
The lifecycle hooks for MicroVM events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MICROVMHOOKS() |
Getter for MICROVMHOOKS |
microvmImageHooks¶
The hooks for MicroVM image build events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MICROVMIMAGEHOOKS() |
Getter for MICROVMIMAGEHOOKS |