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