UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 234 B
'use strict'; const AlarmAction = require('./AlarmAction'); module.exports = class GroupAlarmAction extends AlarmAction { static mappings() { return { ...super.mappings(), action: AlarmAction.ArrayOf }; } };