Package pyvb :: Module sharedfolder :: Class vbSharedFolder
[hide private]
[frames] | no frames]

Class vbSharedFolder

source code

An abstraction representing a VirtualBox shared folder.

Instance Methods [hide private]
pyvb.sharedfolder.vbSharedFolder
__init__(self, **kw)
Constructor.
source code
None
setName(self, name)
Set the name attribute of this pyvb.sharedfolder.vbSharedFolder instance.
source code
None
setPath(self, path)
Set the path attribute of this pyvb.sharedfolder.vbSharedFolder instance.
source code
String
getName(self)
Return the name attribute of this pyvb.sharedfolder.vbSharedFolder instance.
source code
String
getPath(self)
Return the path attribute of this pyvb.sharedfolder.vbSharedFolder instance.
source code
Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Constructor. Initialize attributes.

Returns: pyvb.sharedfolder.vbSharedFolder
A new pyvb.sharedfolder.vbSharedFolder instance.

setName(self, name)

source code 

Set the name attribute of this pyvb.sharedfolder.vbSharedFolder instance.

Parameters:
  • name (String) - The name attribute.
Returns: None
None

setPath(self, path)

source code 

Set the path attribute of this pyvb.sharedfolder.vbSharedFolder instance.

Parameters:
  • path (String) - The path attribute.
Returns: None
None

getName(self)

source code 

Return the name attribute of this pyvb.sharedfolder.vbSharedFolder instance.

Returns: String
The name attribute.

getPath(self)

source code 

Return the path attribute of this pyvb.sharedfolder.vbSharedFolder instance.

Returns: String
The path attribute.