UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

12 lines (9 loc) 216 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class PerfEntityMetricBase extends DynamicData { static mappings() { return { entity: 'ManagedObjectReference' }; } };