|
|
|
|
|
|
|
|
|
_create_in_cfs_ine(self,
mode)
Creates the configFS node if it does not already exist, depending on
the mode. |
|
|
|
|
|
|
|
_list_files(self,
path,
writable=None)
List files under a path depending on their owner's write permissions. |
|
|
|
list_parameters(self,
writable=None)
Returns:
The list of existing RFC-3720 parameter names. |
|
|
|
list_attributes(self,
writable=None)
Returns:
A list of existing attribute names as strings. |
|
|
|
set_attribute(self,
attribute,
value)
Sets the value of a named attribute. |
|
|
|
get_attribute(self,
attribute)
Returns:
The named attribute's value, as a string. |
|
|
|
set_parameter(self,
parameter,
value)
Sets the value of a named RFC-3720 parameter. |
|
|
|
get_parameter(self,
parameter)
Returns:
The named parameter value as a string. |
|
|
|
delete(self)
If the underlying configFS object does not exist, this method does
nothing. |
|
|
|
|