RackHD/on-tasks

View on GitHub
lib/task-data/base-tasks/dell-wsman-download-base.js

Summary

Maintainability
A
35 mins
Test Coverage
// Copyright 2016, EMC, Inc.

'use strict';

module.exports = {
    friendlyName: 'Dell Wsman Download Job',
    injectableName: 'Task.Base.Dell.Wsman.Download',
    runJob: 'Job.Dell.Wsman.Download',
    requiredOptions: [
        "action"
    ],
    requiredProperties: {},
    properties:{}
};