DeployableVersion#

class DeployableVersion(target_version=None, update_dependencies=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

List of deployable versions based on entity types, versions and its dependencies.

Parameters:
property target_version#

Entity target version.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property update_dependencies#
Type:

list[ EntityUpdateSpec ]