tacker.objects.change_ext_conn_req module¶
- class tacker.objects.change_ext_conn_req.ChangeExtConnRequest(context=None, **kwargs)¶
Bases:
TackerObject- VERSION: str = '1.0'¶
Object version field
Each service has its set of objects, each with a version attached. When a client attempts to call an object method, the server checks to see if the version of that object matches (in a compatible way) its object implementation. If so, cool, and if not, fail.
This version is allowed to have three parts,
X.Y.Z, where the.Zelement is reserved for stable branch backports. The.Zis ignored for the purposes of triggering a backport, which means anything changed under a.Zmust be additive and non-destructive such that a node that knows aboutX.Ycan considerX.Y.Zequivalent.
- property additional_params: Any¶
- property ext_virtual_links: Any¶
- fields: MutableMapping[str, Field[Any]] = {'additional_params': Dict(default={},nullable=True), 'ext_virtual_links': List(default=<class 'oslo_versionedobjects.fields.UnspecifiedDefault'>,nullable=False), 'vim_connection_info': List(default=[],nullable=True)}¶
The fields present in this object as
key:fieldpairs.For example:
fields = { 'foo': obj_fields.IntegerField(), 'bar': obj_fields.StringField(), }
- classmethod obj_from_primitive(primitive, context)¶
Object field-by-field hydration.
- property vim_connection_info: Any¶