[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

ConnectionParam

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


Properties

string
hint Required

Hint of the connection parameter.


string
key Required

Key of the connection parameter.


string
name Required

Name 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_NAMEPASSWORDOPAQUEADDRESS


  • string
    value Optional

    Value of the connection parameter.

    JSON Example

    {
    	"hint": "string",
    	"key": "string",
    	"name": "string",
    	"optional": false,
    	"password_param": false,
    	"type": "USER_NAME"
    }
    
    [{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
    srm-rest-api
    Property Of

    ConnectionParamGroup
    What's changed in 2.0.0?

    New! in version 2.0.0

    Feedback

    Was this page helpful?