TargetEntity#

class TargetEntity(version=None, location_info=None, device_id=None, entity_class=None, entity_model=None, entity_type=None, entity_version=None, hardware_family=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: EntityBaseModel

LCM target entity for which recommendations are requested.

Parameters:
  • version (required min=1 chars, max=128 chars) – (version) The requested update version of an LCM entity.

  • location_info – (location_info)

  • device_id (min=1 chars, max=128 chars) – (device_id) Unique identifier of an LCM entity e.g. “HDD serial number”.

property device_id#

Unique identifier of an LCM entity e.g. “HDD serial number”.

Type:

str

property location_info#
Type:

LocationInfo

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property version#

The requested update version of an LCM entity.

Type:

str