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

ConnectionParamGroup

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


Properties

array of ConnectionParam
connection_params Required

Array of connection parameters used to connect to a storage replication adapter (SRA).


string
key Required

Key of the connection parameters group.


string
name Required

Name of the connection parameters group.


string
hint Optional

Hint of the connection parameters group.

JSON Example

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

ArrayManagerSpec
ConnectionParamGroupDrResponseList
Used By

ConnectionParamGroupDrResponseEntity
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?