StatusInfo#
- class StatusInfo(framework_version=None, in_progress_operation=None, is_cancel_intent_set=False, upload_task_uuid=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
Detailed information about the current LCM framework status.
- Parameters:
framework_version – (
framework_version
)in_progress_operation – (
in_progress_operation
)is_cancel_intent_set – (
is_cancel_intent_set
) Boolean that indicates if cancel intent for LCM update is set or not. (Default False)upload_task_uuid – (
upload_task_uuid
) Upload task UUID.
- property framework_version#
- Type:
- property in_progress_operation#
- Type:
- property is_cancel_intent_set#
Boolean that indicates if cancel intent for LCM update is set or not.
- Type:
bool
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property upload_task_uuid#
Upload task UUID.
- Type:
str