Write-attribute
Jump to navigation
Jump to search
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.