Home | Trees | Indices | Help |
|
---|
|
object --+ | CFSNode
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
alua_metadata_dir =
|
|||
configfs_dir =
|
|||
spec_dir =
|
|
|||
exists Is True as long as the underlying configFS object exists. |
|||
is_fresh Is True if the underlying configFS object has been created when instanciating this particular object. |
|||
path Get the configFS object path. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Creates the configFS node if it does not already exists depending on the mode. any -> makes sure it exists, also works if the node already does exists lookup -> make sure it does NOT exists create -> create the node which must not exists beforehand Upon success (no exception raised), self._fresh is True if a node was created, else self._fresh is False. |
List files under a path depending on their owner's write permissions.
|
If the underlying configFS object does not exists, this method does nothing. If the underlying configFS object exists, this method attempts to delete it. |
|
|
|
|
Sets the value of a named attribute. The attribute must exist in configFS.
|
Sets the value of a named RFC-3720 parameter. The parameter must exist in configFS.
|
|
existsIs True as long as the underlying configFS object exists. If the underlying configFS objects gets deleted either by calling the delete() method, or by any other means, it will be False.
|
is_freshIs True if the underlying configFS object has been created when instanciating this particular object. Is False if this object instanciation just looked up the underlying configFS object.
|
pathGet the configFS object path.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 2 07:28:09 2012 | http://epydoc.sourceforge.net |