Skip to content

/AWS1/CL_LMVMICROVMIMAGEHOOKS

Configuration for hooks invoked during MicroVM image build events such as ready and validate.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_ready TYPE /AWS1/LMVHOOKSTATE /AWS1/LMVHOOKSTATE

The path of the hook invoked when the MicroVM image build is ready.

iv_readytimeoutinseconds TYPE /AWS1/LMVINTEGER /AWS1/LMVINTEGER

The maximum time in seconds for the ready hook to complete.

iv_validate TYPE /AWS1/LMVHOOKSTATE /AWS1/LMVHOOKSTATE

The path of the hook invoked to validate the MicroVM image build.

iv_validatetimeoutinseconds TYPE /AWS1/LMVINTEGER /AWS1/LMVINTEGER

The maximum time in seconds for the validate hook to complete.


Queryable Attributes

ready

The path of the hook invoked when the MicroVM image build is ready.

Accessible with the following methods

Method Description
GET_READY() Getter for READY, with configurable default
ASK_READY() Getter for READY w/ exceptions if field has no value
HAS_READY() Determine if READY has a value

readyTimeoutInSeconds

The maximum time in seconds for the ready hook to complete.

Accessible with the following methods

Method Description
GET_READYTIMEOUTINSECONDS() Getter for READYTIMEOUTINSECONDS, with configurable default
ASK_READYTIMEOUTINSECONDS() Getter for READYTIMEOUTINSECONDS w/ exceptions if field has
HAS_READYTIMEOUTINSECONDS() Determine if READYTIMEOUTINSECONDS has a value

validate

The path of the hook invoked to validate the MicroVM image build.

Accessible with the following methods

Method Description
GET_VALIDATE() Getter for VALIDATE, with configurable default
ASK_VALIDATE() Getter for VALIDATE w/ exceptions if field has no value
HAS_VALIDATE() Determine if VALIDATE has a value

validateTimeoutInSeconds

The maximum time in seconds for the validate hook to complete.

Accessible with the following methods

Method Description
GET_VALIDATETIMEOUTINSECONDS() Getter for VALIDATETIMEOUTINSECONDS, with configurable defau
ASK_VALIDATETIMEOUTINSECONDS() Getter for VALIDATETIMEOUTINSECONDS w/ exceptions if field h
HAS_VALIDATETIMEOUTINSECONDS() Determine if VALIDATETIMEOUTINSECONDS has a value