@stordata/vsphere-soapify
Version:
A NodeJS abstraction layer for the vSphere SOAP API
19 lines (16 loc) • 408 B
JavaScript
;
const DynamicData = require('./DynamicData');
module.exports = class HostPlugStoreTopologyPath extends DynamicData {
static mappings() {
return {
adapter: 'xsd:string',
channelNumber: 'xsd:int',
device: 'xsd:string',
key: 'xsd:string',
lunNumber: 'xsd:int',
name: 'xsd:string',
target: 'xsd:string',
targetNumber: 'xsd:int'
};
}
};