Package pyvb :: Module ostype :: Class vbOsType
[hide private]
[frames] | no frames]

Class vbOsType

source code

An abstraction representing the OS type of a virtual machine.

Instance Methods [hide private]
pyvb.ostype.vbOsType
__init__(self, **kw)
Constructor.
source code
None
setID(self, id)
Set the id attribute of this pyvb.ostype.vbOsType instance.
source code
None
setDescription(self, description)
Set the description attribute of this pyvb.ostype.vbOsType instance.
source code
String
getID(self)
Return the id attribute of this pyvb.ostype.vbOsType instance.
source code
String
getDescription(self)
Return the description attribute of this pyvb.ostype.vbOsType instance.
source code
Method Details [hide private]

__init__(self, **kw)
(Constructor)

source code 

Constructor. Initialize the attributes.

Returns: pyvb.ostype.vbOsType
A new pyvb.ostype.vbOsType instance.

setID(self, id)

source code 

Set the id attribute of this pyvb.ostype.vbOsType instance.

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

setDescription(self, description)

source code 

Set the description attribute of this pyvb.ostype.vbOsType instance.

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

getID(self)

source code 

Return the id attribute of this pyvb.ostype.vbOsType instance.

Returns: String
The id attribute.

getDescription(self)

source code 

Return the description attribute of this pyvb.ostype.vbOsType instance.

Returns: String
The description attribute.