UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

14 lines (11 loc) 237 B
'use strict'; const Action = require('./Action'); module.exports = class MethodAction extends Action { static mappings() { return { ...super.mappings(), argument: 'xsd:boolean', name: 'xsd:string' }; } };