| 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] |
require 'nutanix_vmm'
instance = NutanixVmm::VmmV40EsxiConfigDiskAddress.new(
bus_type: null,
index: 54
)