tacker.objects.heal_vnf_request.
HealVnfAdditionalParams
(context=None, **kwargs)¶Bases: tacker.objects.base.TackerObject
VERSION
= '1.0'¶cause
¶fields
= {'cause': List(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'parameter': String(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False)}¶parameter
¶tacker.objects.heal_vnf_request.
HealVnfRequest
(context=None, **kwargs)¶Bases: tacker.objects.base.TackerObject
VERSION
= '1.1'¶additional_params
¶cause
¶fields
= {'additional_params': List(default=[],nullable=False), 'cause': String(default=None,nullable=True), 'vnfc_instance_id': List(default=[],nullable=True)}¶obj_make_compatible
(primitive, target_version)¶Make an object representation compatible with a target version.
This is responsible for taking the primitive representation of an object and making it suitable for the given target_version. This may mean converting the format of object attributes, removing attributes that have been added since the target version, etc. In general:
Parameters: |
|
---|---|
Raises: |
|
vnfc_instance_id
¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.