AppPlatformGatewayApiMetadataProperties クラス

定義

Spring Cloud Gateway の API メタデータ プロパティ。

public class AppPlatformGatewayApiMetadataProperties
type AppPlatformGatewayApiMetadataProperties = class
Public Class AppPlatformGatewayApiMetadataProperties
継承
AppPlatformGatewayApiMetadataProperties

コンストラクター

AppPlatformGatewayApiMetadataProperties()

AppPlatformGatewayApiMetadataProperties の新しいインスタンスを初期化します。

プロパティ

Description

ゲートウェイ インスタンスで使用できる API の詳細な説明 (既定値: Generated OpenAPI 3 document that describes the API routes configured.)。

Documentation

ゲートウェイ インスタンスで使用できる API の追加ドキュメントの場所。

ServerUri

API コンシューマーがゲートウェイ インスタンスの API にアクセスするために使用するベース URL。

Title

ゲートウェイ インスタンスで使用できる API のコンテキストを説明するタイトル (既定値: Spring Cloud Gateway for K8S)。

Version

このゲートウェイ インスタンスで使用できる API のバージョン (既定値: unspecified)。

適用対象