# IbmWorkloadSchedulerApi.RemoteCommandConnection

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | **String** | The ip of the server. | 
**port** | **Integer** | The port number of the remote computer where the command runs. | 
**username** | **String** | The user name authorized to start a connection using the defined protocol. | 
**password** | **String** | The password of the user. The password is encrypted when the job is created. | [optional] 
**protocol** | **String** | Allowed values: auto, ssh, windows, rsh, rexec. | 


