Write-attribute: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
:write-attribute(name="...",value="...") | :write-attribute(name="...",value="...") | ||
</pre> | </pre> | ||
=Use Cases= | |||
==Removing an Attribute== | |||
<pre> | |||
:write-attribute(name=socket-binding) | |||
</pre> | |||
<tt>socket-binding</tt> will be removed from the current node. |
Revision as of 06:13, 24 February 2016
Internal
Overview
Sets the value of an attribute for the selected resource. The value may be null if the underlying model supports null values.
Syntax
:write-attribute(name="...",value="...")
Use Cases
Removing an Attribute
:write-attribute(name=socket-binding)
socket-binding will be removed from the current node.