SolutionsHookConfig

SolutionsHookConfig
SolutionsHookConfig

Configuration for System Virtual Machine's lifecycle hooks.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "acknowledgement": {
        "_typeName": "string"
    }
}
string
type
Required

Type of the configured hook, possible values - HooksHookTypeEnum.

acknowledgement
Required

Specifies the acknowledgement type of a configured System Virtual Machine's lifecycle hook.

This structure may be used only with operations rendered under /eam.