CdRomAddress#

class CdRomAddress(bus_type=None, index=None, *args, **kwargs)[source]#

Bases: object

Virtual Machine disk (VM disk).

Parameters:
  • bus_type – (bus_type)

  • index – (index) Device index on the bus. This field is ignored unless the bus details are specified.

property bus_type#
Type:

CdRomBusType

property index#

Device index on the bus. This field is ignored unless the bus details are specified.

Type:

int

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model