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

GatewayProperties interface

Spring Cloud Gateway 属性有效负载

属性

apiMetadataProperties

Spring Cloud Gateway 的 API 元数据属性

apmTypes

Spring Cloud Gateway 中使用的 APM 类型的集合

clientAuth

Client-Certification 身份验证。

corsProperties

跨域资源共享属性

environmentVariables

Spring Cloud 网关的环境变量

httpsOnly

指示是否只允许 https。

instances

实例集合属于 Spring Cloud Gateway。 注意:此属性不会序列化。 它只能由服务器填充。

operatorProperties

Spring Cloud 网关作员的属性。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState

Spring Cloud 网关的状态。 注意:此属性不会序列化。 它只能由服务器填充。

public

指示 Spring Cloud Gateway 是否公开终结点。

resourceRequests

所需的 CPU 和内存的请求资源数量。

ssoProperties

单一登录相关配置

url

Spring Cloud Gateway 的 URL,在“public”为 true 时公开。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

apiMetadataProperties

Spring Cloud Gateway 的 API 元数据属性

apiMetadataProperties?: GatewayApiMetadataProperties

属性值

apmTypes

Spring Cloud Gateway 中使用的 APM 类型的集合

apmTypes?: string[]

属性值

string[]

clientAuth

Client-Certification 身份验证。

clientAuth?: GatewayPropertiesClientAuth

属性值

corsProperties

跨域资源共享属性

corsProperties?: GatewayCorsProperties

属性值

environmentVariables

Spring Cloud 网关的环境变量

environmentVariables?: GatewayPropertiesEnvironmentVariables

属性值

httpsOnly

指示是否只允许 https。

httpsOnly?: boolean

属性值

boolean

instances

实例集合属于 Spring Cloud Gateway。 注意:此属性不会序列化。 它只能由服务器填充。

instances?: GatewayInstance[]

属性值

operatorProperties

Spring Cloud 网关作员的属性。 注意:此属性不会序列化。 它只能由服务器填充。

operatorProperties?: GatewayOperatorProperties

属性值

provisioningState

Spring Cloud 网关的状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

public

指示 Spring Cloud Gateway 是否公开终结点。

public?: boolean

属性值

boolean

resourceRequests

所需的 CPU 和内存的请求资源数量。

resourceRequests?: GatewayResourceRequests

属性值

ssoProperties

单一登录相关配置

ssoProperties?: SsoProperties

属性值

url

Spring Cloud Gateway 的 URL,在“public”为 true 时公开。 注意:此属性不会序列化。 它只能由服务器填充。

url?: string

属性值

string