GatewayRouteConfigPropertiesResponse

data class GatewayRouteConfigPropertiesResponse(val appResourceId: String? = null, val provisioningState: String, val routes: List<GatewayApiRouteResponse>? = null)

API route config of the Spring Cloud Gateway

Constructors

Link copied to clipboard
constructor(appResourceId: String? = null, provisioningState: String, routes: List<GatewayApiRouteResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appResourceId: String? = null

The resource Id of the Azure Spring Cloud app, required unless route defines uri.

Link copied to clipboard

State of the Spring Cloud Gateway route config.

Link copied to clipboard

Array of API routes, each route contains properties such as title, uri, ssoEnabled, predicates, filters.