Skip to main content
Element Software
12.5 and 12.7
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

CreateClusterInterfacePreference

贡献者

使用 CreateClusterInterfacePreference 方法,与运行 Element 软件的存储集群集成的系统可以在存储集群上创建和存储任意信息。此方法供内部使用。

Parameters

此方法具有以下输入参数:

Name Description Type 默认值 Required

name

集群接口首选项的名称。

string

是的。

value

集群接口首选项的值。

string

是的。

返回值

此方法没有返回值。

请求示例

此方法的请求类似于以下示例:

{
		"method": "CreateClusterInterfacePreference",
		"params": {
			"name": "prefname",
			"value": "testvalue"
		},
	"id": 1
}

响应示例

此方法返回类似于以下示例的响应:

{
	"id": 1,
	"result": {}
}

自版本以来的新增功能

11.0