UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

25 lines (22 loc) 614 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class AboutInfo extends DynamicData { static mappings() { return { apiType: 'xsd:string', apiVersion: 'xsd:string', build: 'xsd:string', fullName: 'xsd:string', instanceUuid: 'xsd:string', licenseProductName: 'xsd:string', licenseProductVersion: 'xsd:string', localeBuild: 'xsd:string', localeVersion: 'xsd:string', name: 'xsd:string', osType: 'xsd:string', productLineId: 'xsd:string', vendor: 'xsd:string', version: 'xsd:string' }; } };