UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

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