Gateway Properties Response
data class GatewayPropertiesResponse(val addonConfigs: Map<String, Any>? = null, val apiMetadataProperties: GatewayApiMetadataPropertiesResponse? = null, val apmTypes: List<String>? = null, val clientAuth: GatewayPropertiesResponseClientAuth? = null, val corsProperties: GatewayCorsPropertiesResponse? = null, val environmentVariables: GatewayPropertiesResponseEnvironmentVariables? = 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(addonConfigs: Map<String, Any>? = null, apiMetadataProperties: GatewayApiMetadataPropertiesResponse? = null, apmTypes: List<String>? = null, clientAuth: GatewayPropertiesResponseClientAuth? = null, corsProperties: GatewayCorsPropertiesResponse? = null, environmentVariables: GatewayPropertiesResponseEnvironmentVariables? = null, httpsOnly: Boolean? = null, instances: List<GatewayInstanceResponse>, operatorProperties: GatewayOperatorPropertiesResponse, provisioningState: String, public: Boolean? = null, resourceRequests: GatewayResourceRequestsResponse? = null, ssoProperties: SsoPropertiesResponse? = null, url: String)