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:
property framework_version#
Type:

FrameworkVersionInfo

property in_progress_operation#
Type:

InProgressOpInfo

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