UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

18 lines (15 loc) 402 B
'use strict'; const AlarmSpec = require('./AlarmSpec'); module.exports = class AlarmInfo extends AlarmSpec { static mappings() { return { ...super.mappings(), alarm: 'ManagedObjectReference', creationEventId: 'xsd:int', entity: 'ManagedObjectReference', key: 'xsd:string', lastModifiedTime: 'xsd:dateTime', lastModifiedUser: 'xsd:string' }; } };