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

ModifyClusterInterfacePreference

贡献者

使用 ModfyClusterInterfacePreference 方法,与运行 Element 软件的存储集群集成的系统可以更改现有集群接口首选项。此方法供内部使用。

Parameters

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

Name

Description

Type

默认值

Required

name

要修改的集群接口首选项的名称。

string

是的。

value

集群接口首选项的新值。

string

是的。

返回值

此方法没有返回值。

请求示例

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

{
	"method": "ModifyClusterInterfacePreference",
	"params": {
	"name": "testname",
	"value": "newvalue"
},
	"id": 1
}

响应示例

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

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

自版本以来的新增功能

11.0