Gateway Route Config Properties Response
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)
Properties
Link copied to clipboard
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
.