# IbmWorkloadSchedulerApi.OozieConnection

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**hostname** | **String** | The host name of the Oozie server. | 
**port** | **Integer** | The port number where the Oozie server is listening. | 
**protocol** | **String** | The protocol for connecting to the Oozie server. Allowed values: http, https. | 
**username** | **String** | The user to be used for accessing the Oozie server. | [optional] 
**password** | **String** | The password to be used for accessing the Oozie server. | [optional] 
**keyStoreFilePath** | **String** | The fully qualified path of the keystore file containing the private key that is used to make the connection. | [optional] 
**keyStoreFilePassword** | **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** | If true the syntax of the Oozie server name, as featured in the keystore file, must match exactly the URL. If they do not match, no authorization is granted to access the server. | [optional] 
**numberOfRetries** | **Integer** | The number of times the program retries in case of connection failure. Default value is 0. | [optional] 
**retryIntervalSeconds** | **Integer** | The number of seconds the program waits before retrying in case of connection failure. Default value is 30. | [optional] 


