UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 238 B
'use strict'; const ManagedEntity = require('./ManagedEntity'), AlarmInfo = require('../data/AlarmInfo'); module.exports = class Alarm extends ManagedEntity { static mappings() { return { info: AlarmInfo }; } };