# IbmWorkloadSchedulerApi.RemoteCommandStep

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent** | **String** | Agent name where the step will run | 
**command** | **String** | The command that must run | 
**remoteCommandConnection** | [**RemoteCommandConnection**](RemoteCommandConnection.md) |  | 
**standardOutput** | **String** | Specify the path and file name where the standard output for the command is to be saved. Specify either an absolute path name or a path name relative to the working directory. The file is overwritten each time the command produces a new output. | [optional] 
**standardError** | **String** | Specify the path and file name where the standard error for the command is to be saved. Specify either an absolute path name or a path name relative to the working directory. The file is overwritten each time the command produces a new error. | [optional] 


