Loading...
Searching...
No Matches
Configuration that allows the execution of jobs on a specific GAMS Engine instance.
More...
|
| GAMSEngineConfiguration (string host=null, string username=null, string password=null, string jwt=null, string space=null) |
| Constructor.
|
|
|
string | Host [get, set] |
| Base url.
|
|
string | Username [get, set] |
| Username for HTTP basic authentication.
|
|
string | Password [get, set] |
| Password for HTTP basic authentication.
|
|
string | Jwt [get, set] |
| JWT token to use for Bearer authentication. Will only be used if username is empty.
|
|
string | Space [get, set] |
| Namespace in which the job is to be executed.
|
|
Configuration that allows the execution of jobs on a specific GAMS Engine instance.
◆ GAMSEngineConfiguration()
GAMS.GAMSEngineConfiguration.GAMSEngineConfiguration |
( |
string |
host = null , |
|
|
string |
username = null , |
|
|
string |
password = null , |
|
|
string |
jwt = null , |
|
|
string |
space = null |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
host | Base url |
username | Username for HTTP basic authentication |
password | Password for HTTP basic authentication |
jwt | JWT token to use for Bearer authentication. Will only be used if username is empty. |
space | Namespace in which the job is to be executed |
◆ Host
string GAMS.GAMSEngineConfiguration.Host |
|
getset |
◆ Jwt
string GAMS.GAMSEngineConfiguration.Jwt |
|
getset |
JWT token to use for Bearer authentication. Will only be used if username is empty.
◆ Password
string GAMS.GAMSEngineConfiguration.Password |
|
getset |
Password for HTTP basic authentication.
◆ Space
string GAMS.GAMSEngineConfiguration.Space |
|
getset |
Namespace in which the job is to be executed.
◆ Username
string GAMS.GAMSEngineConfiguration.Username |
|
getset |
Username for HTTP basic authentication.