GatewayApiMetadataProperties interface
Spring Cloud Gateway の API メタデータ プロパティ
プロパティ
| description | ゲートウェイ インスタンスで使用できる API の詳細な説明 (既定値: |
| documentation | ゲートウェイ インスタンスで使用可能な API の追加ドキュメントの場所 |
| server |
API コンシューマーがゲートウェイ インスタンス上の API にアクセスするために使用するベース URL。 |
| title | ゲートウェイ インスタンスで使用可能な API のコンテキストを説明するタイトル (既定値: |
| version | このゲートウェイ インスタンスで使用できる API のバージョン (既定値: |
プロパティの詳細
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