UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 233 B
'use strict'; const DatastoreInfo = require('./DatastoreInfo'); module.exports = class LocalDatastoreInfo extends DatastoreInfo { static mappings() { return { ...super.mappings(), path: 'xsd:string' }; } };