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:
target_version (min=1 chars, max=128 chars) – (
target_version
) Entity target version.update_dependencies – (
update_dependencies
)
- 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
]