Part of elisa.plugins.smbwin32.smbwin32_resource View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
52 | Method | __init__ | Undocumented |
55 | Method | initialize | Initialize the component. |
71 | Method | get | Simple method to retrieve smb shares. You can access it with
smb:// to |
101 | Method | _getnetres | Undocumented |
120 | Method | _enumHandle | Undocumented |
Inherited from ResourceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
103 | Method | post | Update the resource pointed by uri with
parameters . |
116 | Method | put | Put one resource into another. Both resources are identified with URIs. |
138 | Method | delete | Delete a Resource represented by a URI. |
Inherited from Component (via ResourceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
142 | Method | clean | Clean the component. |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
smb://
to get all servers that have shares or with
smb://servername
to get all shares of the specified
server.
In return you get a *new* elisa.plugins.smbwin32.models.ServicesContainer