# IbmWorkloadSchedulerApi.JSR352JavaBatchConnection

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | **String** | The host name of the DB | 
**port** | **Integer** | The port to connect on | 
**protocol** | **String** | The protocol to use. Allowed values: https, http | 
**user** | **String** | The user that order the operation | [optional] 
**password** | **String** | The password that order the operation | [optional] 
**keyStoreFilePath** | **String** | The fully qualified path of the keystore file containing the private key that is used to make the connection | [optional] 
**keyStorePassword** | **String** | The password that protects the private key and is required to make the connection. This attribute is required only if you specify a keystore file path | [optional] 
**verifyHostname** | **Boolean** | Say if the hostname will be verified or not | [optional] 
**integerOfRetries** | **Integer** | The integer of retry that are allowed | [optional] 
**retryIntervalSeconds** | **Integer** | Interval between two retries | [optional] 


