RackHD/on-tasks

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

Summary

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

'use strict';

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