Source code for models_v2.vmware_disk_controller_type_1_enum

# -*- coding: utf-8 -*-

[docs]class VmwareDiskControllerType1Enum(object): """Implementation of the 'VmwareDiskControllerType1' enum. Specifies VMware disk controller type. Attributes: KSCSI: TODO: type description here. KIDE: TODO: type description here. KSATA: TODO: type description here. """ KSCSI = 'kScsi' KIDE = 'kIde' KSATA = 'kSata'