ForwardingRuleRuleCondition

data class ForwardingRuleRuleCondition(val hostConfigs: List<ForwardingRuleRuleConditionHostConfig>? = null, val pathConfig: ForwardingRuleRuleConditionPathConfig? = null, val ruleConditionType: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of the domain name. See host_config below.

Link copied to clipboard

The configuration of the path. See path_config below.

Link copied to clipboard

The type of the forwarding conditions. Valid values: Host, Path.