Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 514 Bytes

File metadata and controls

20 lines (14 loc) · 514 Bytes

NutanixVmm::VmmV40EsxiConfigCdRomAddress

Properties

Name Type Description Notes
bus_type VmmV40EsxiConfigCdRomBusType [optional]
index Integer Device index on the bus. This field is ignored unless the bus details are specified. [optional][readonly]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40EsxiConfigCdRomAddress.new(
  bus_type: null,
  index: 74
)