EntityUpdateSpec#
- class EntityUpdateSpec(entity_uuid=None, to_version=None, *args, **kwargs)#
Bases:
object
Specification for running an update operation.
- Parameters:
entity_uuid (required) – (
entity_uuid
) UUID of the LCM entity.to_version (required min=1 chars, max=128 chars) – (
to_version
) Version to upgrade to.
- property entity_uuid#
UUID of the LCM entity.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property to_version#
Version to upgrade to.
- Type:
str