UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 278 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class HostCpuPackage extends DynamicData { static mappings() { return { busHz: 'xsd:long', description: 'xsd:string', hz: 'xsd:long', vendor: 'xsd:string' }; } };