与运行 Element 软件的存储集群集成的系统可通过 ModifyClusterInterfacePreference 方法更改现有集群接口首选项。此方法供内部使用。
此方法具有以下输入参数:
名称 | 说明 | 类型 | 默认值 | 必需 |
---|---|---|---|---|
name | 要修改的集群接口首选项的名称。 | 字符串 | 无 | 是 |
value | 集群接口首选项的新值。 | 字符串 | 无 | 是 |
此方法没有返回值。
此方法的请求类似于以下示例:
{ "method": "ModifyClusterInterfacePreference", "params": { "name": "testname", "value": "newvalue" }, "id": 1 }
此方法返回类似于以下示例的响应:
{ "id": 1, "result": {} }