UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

14 lines (11 loc) 278 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class EventAlarmExpressionComparison extends DynamicData { static mappings() { return { attributeName: 'xsd:string', operator: 'xsd:string', value: 'xsd:string' }; } };