Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 510 Bytes

File metadata and controls

20 lines (14 loc) · 510 Bytes

NutanixVmm::VmmV40EsxiConfigDiskAddress

Properties

Name Type Description Notes
bus_type VmmV40EsxiConfigDiskBusType [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::VmmV40EsxiConfigDiskAddress.new(
  bus_type: null,
  index: 54
)