Add immutable parameter for schema in pluginguide

Change-Id: Ia2e8dc5df568f8213c8a7a41d98b7eaae4dbb963
This commit is contained in:
Oleksii Chuprykov 2015-09-07 14:09:18 +03:00
parent e1249f3a0f
commit 347f21ca1d
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ reference nested schema definitions. Following are the parameters to the
``True`` if an existing resource can be updated, ``False`` means
update is accomplished by delete and re-create. Default is ``False``.
*immutable*:
``True`` means updates are not supported, resource update will fail on
every change of this property. ``False`` otherwise. Default is ``False``.
Accessing property values of the plug-in at runtime is then a simple call to:
.. code-block:: python