Routing Rule Response
data class RoutingRuleResponse(val acceptedProtocols: List<String>? = null, val enabledState: String? = null, val frontendEndpoints: List<SubResourceResponse>? = null, val id: String? = null, val name: String? = null, val patternsToMatch: List<String>? = null, val resourceState: String, val routeConfiguration: Either<ForwardingConfigurationResponse, RedirectConfigurationResponse>? = null, val rulesEngine: SubResourceResponse? = null, val type: String, val webApplicationFirewallPolicyLink: RoutingRuleUpdateParametersResponseWebApplicationFirewallPolicyLink? = null)
A routing rule represents a specification for traffic to treat and where to send it, along with health probe information.
Constructors
Link copied to clipboard
fun RoutingRuleResponse(acceptedProtocols: List<String>? = null, enabledState: String? = null, frontendEndpoints: List<SubResourceResponse>? = null, id: String? = null, name: String? = null, patternsToMatch: List<String>? = null, resourceState: String, routeConfiguration: Either<ForwardingConfigurationResponse, RedirectConfigurationResponse>? = null, rulesEngine: SubResourceResponse? = null, type: String, webApplicationFirewallPolicyLink: RoutingRuleUpdateParametersResponseWebApplicationFirewallPolicyLink? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routeConfiguration: Either<ForwardingConfigurationResponse, RedirectConfigurationResponse>? = null
Link copied to clipboard