ServerName
- Last Updated: May 9, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the host name portion of the HTTP endpoint to which you send requests. This property allows you to define endpoints without storing the host name component in the Model file.
Valid Values
url | ip_address
where:
url
is the root of the endpoint to which you send requests. For example, https://example.com.
ip_address
is the IP address of the endpoint to which you send requests.
Notes
-
Specifying an HTTPS endpoint using the ServerName property enables SSL data encryption.
-
The HostName property is an alias for the Server Name (ServerName) property.
Data Source Methods
public String getServerName()
public void setServerName(String)
Default Value
No default value
Data Type
String