UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

14 lines (11 loc) 251 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class HostScsiTopologyLun extends DynamicData { static mappings() { return { key: 'xsd:string', lun: 'xsd:int', scsiLun: 'xsd:string' }; } };