Package pyvb :: Module dvd :: Class vbDvd
[hide private]
[frames] | no frames]

Class vbDvd

source code

An abstraction representing a virtual machine DVD.

Instance Methods [hide private]
pyvb.dvd.vbDvd
__init__(self, **kw)
Constructor.
source code
None
setUUID(self, uuid)
Set the uuid attribute of this pyvb.dvd.vbDvd instance.
source code
None
setPath(self, path)
Set the path attribute of this pyvb.dvd.vbDvd instance.
source code
None
setAccessible(self, accessible)
Set the accessible attribute of this pyvb.dvd.vbDvd instance.
source code
String
getUUID(self)
Return the uuid attribute of this pyvb.dvd.vbDvd instance.
source code
String
getPath(self)
Return the path attribute of this pyvb.dvd.vbDvd instance.
source code
String
getAccessible(self)
Return the accessible attribute of this pyvb.dvd.vbDvd instance.
source code
Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Constructor. Initialize the attributes.

Returns: pyvb.dvd.vbDvd
A new pyvb.dvd.vbDvd instance.

setUUID(self, uuid)

source code 

Set the uuid attribute of this pyvb.dvd.vbDvd instance.

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

setPath(self, path)

source code 

Set the path attribute of this pyvb.dvd.vbDvd instance.

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

setAccessible(self, accessible)

source code 

Set the accessible attribute of this pyvb.dvd.vbDvd instance.

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

getUUID(self)

source code 

Return the uuid attribute of this pyvb.dvd.vbDvd instance.

Returns: String
The uuid attribute.

getPath(self)

source code 

Return the path attribute of this pyvb.dvd.vbDvd instance.

Returns: String
The path attribute.

getAccessible(self)

source code 

Return the accessible attribute of this pyvb.dvd.vbDvd instance.

Returns: String
The path attribute.