UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 247 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class VirtualMachineConfigInfoDatastoreUrlPair extends DynamicData { static mappings() { return { name: 'xsd:string', url: 'xsd:string' }; } };