<div dir="ltr">What is the difference between "update_allowed" and "immutable" parameters for a property? According to the plugin guide at<div><a href="http://docs.openstack.org/developer/heat/developing_guides/pluginguide.html">http://docs.openstack.org/developer/heat/developing_guides/pluginguide.html</a>:</div><div><div><br></div><div><div>update_allowed:</div><div>True if an existing resource can be updated, False means update is accomplished by delete and re-create. Default is False.</div><div><br></div><div>immutable:</div><div>True means updates are not supported, resource update will fail on every change of this property. False otherwise. Default is False.</div></div></div><div><br></div><div>Since any resource can be deleted and then re-created, it seems "update_allowed" is the right parameter to define. Why do we need "immutable"?</div><div><br></div><div>Thanks,<br>Praveen Yalagandula</div><div>Avi Networks</div></div>