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

GetClusterInterfacePreference

贡献者

使用 GetClusterInterfacePreference 方法,与运行 Element 软件的存储集群集成的系统可以获取有关现有集群接口首选项的信息。此方法供内部使用。

Parameters

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

Name Description Type 默认值 Required

name

集群接口首选项的名称。

string

是的。

返回值

此方法具有以下返回值:

Name

Description

Type

首选项

请求的集群接口首选项的名称和值。

JSON 对象

请求示例

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

{
	"method": "GetClusterInterfacePreference",
	"params": {
		"name": "prefname"
		},
	"id": 1
}

响应示例

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

{
	"id": 1,
	"result": {
		"preference": {
			"name": "prefname",
			"value": "testvalue"
		}
	}
}

自版本以来的新增功能

11.0