Gateway Properties Response
data class GatewayPropertiesResponse(val apiMetadataProperties: GatewayApiMetadataPropertiesResponse? = null, val corsProperties: GatewayCorsPropertiesResponse? = null, val httpsOnly: Boolean? = null, val instances: List<GatewayInstanceResponse>, val operatorProperties: GatewayOperatorPropertiesResponse, val provisioningState: String, val public: Boolean? = null, val resourceRequests: GatewayResourceRequestsResponse? = null, val ssoProperties: SsoPropertiesResponse? = null, val url: String)
Spring Cloud Gateway properties payload
Constructors
Link copied to clipboard
fun GatewayPropertiesResponse(apiMetadataProperties: GatewayApiMetadataPropertiesResponse? = null, corsProperties: GatewayCorsPropertiesResponse? = null, httpsOnly: Boolean? = null, instances: List<GatewayInstanceResponse>, operatorProperties: GatewayOperatorPropertiesResponse, provisioningState: String, public: Boolean? = null, resourceRequests: GatewayResourceRequestsResponse? = null, ssoProperties: SsoPropertiesResponse? = null, url: String)