Merge "Add immutable parameter for schema in pluginguide"

This commit is contained in:
Jenkins 2015-09-09 23:58:20 +00:00 committed by Gerrit Code Review
commit 6b1a76e5a1
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