ConnectionParam

ConnectionParam
ConnectionParam

Connection parameter used to connect to a storage replication adapter (SRA).

JSON Example
{
    "key": "string",
    "name": "string",
    "hint": "string",
    "value": "string",
    "optional": false,
    "password_param": false,
    "type": "string"
}
string
key
Required

Key of the connection parameter.

string
name
Required

Name of the connection parameter.

string
hint
Required

Hint of the connection parameter.

string
value
Optional

Value of the connection parameter.

boolean
optional
Required

Denotes if the connection parameter is optional.

boolean
password_param
Required

Denotes if the connection parameter is a password

string
type
Required

Type of connection parameter used to connect to a storage replication adapter (SRA):

  • USER_NAME - User name.
  • PASSWORD - Password.
  • OPAQUE - Opaque.
  • ADDRESS - Address.

  • Possible values are : USER_NAME, PASSWORD, OPAQUE, ADDRESS,