你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GatewayApiMetadataProperties interface

Spring Cloud Gateway 的 API 元数据属性

属性

description

网关实例上可用的 API 的详细说明(默认值:Generated OpenAPI 3 document that describes the API routes configured.

documentation

网关实例上提供的 API 的其他文档的位置

serverUrl

API 使用者将用于访问网关实例上的 API 的基本 URL。

title

描述网关实例上可用的 API 的上下文的标题(默认值:Spring Cloud Gateway for K8S

version

此网关实例上可用的 API 版本(默认值:unspecified)。

属性详细信息

description

网关实例上可用的 API 的详细说明(默认值:Generated OpenAPI 3 document that describes the API routes configured.

description?: string

属性值

string

documentation

网关实例上提供的 API 的其他文档的位置

documentation?: string

属性值

string

serverUrl

API 使用者将用于访问网关实例上的 API 的基本 URL。

serverUrl?: string

属性值

string

title

描述网关实例上可用的 API 的上下文的标题(默认值:Spring Cloud Gateway for K8S

title?: string

属性值

string

version

此网关实例上可用的 API 版本(默认值:unspecified)。

version?: string

属性值

string