ConnectionParamGroup
ConnectionParamGroup
Connection parameters group used to connect to a storage replication adapter (SRA).
JSON Example
{
"name": "string",
"hint": "string",
"key": "string",
"connection_params": [
{
"key": "string",
"name": "string",
"hint": "string",
"value": "string",
"optional": false,
"password_param": false,
"type": "string"
}
]
}
string
name
Required
Name of the connection parameters group.
string
hint
Optional
Hint of the connection parameters group.
string
key
Required
Key of the connection parameters group.
array of ConnectionParam
connection_params
Required
Array of connection parameters used to connect to a storage replication adapter (SRA).