UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 290 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class VimVasaProvider extends DynamicData { static mappings() { return { name: 'xsd:string', selfSignedCertificate: 'xsd:string', uid: 'xsd:string', url: 'xsd:string' }; } };