models_v2.controller_type_enum module

class models_v2.controller_type_enum.ControllerTypeEnum[source]

Bases: object

Implementation of the ‘ControllerType’ enum.

Specifies the disk controller type.

Attributes:

KSCSI: TODO: type description here. KIDE: TODO: type description here. KSATA: TODO: type description here.

KIDE = 'kIde'
KSATA = 'kSata'
KSCSI = 'kScsi'