Get Forwarding Rules Forwarding Rule
data class GetForwardingRulesForwardingRule(val forwardingRuleId: String, val forwardingRuleName: String, val forwardingRuleStatus: String, val id: String, val listenerId: String, val priority: Int, val ruleActions: List<GetForwardingRulesForwardingRuleRuleAction>, val ruleConditions: List<GetForwardingRulesForwardingRuleRuleCondition>)
Constructors
Link copied to clipboard
constructor(forwardingRuleId: String, forwardingRuleName: String, forwardingRuleStatus: String, id: String, listenerId: String, priority: Int, ruleActions: List<GetForwardingRulesForwardingRuleRuleAction>, ruleConditions: List<GetForwardingRulesForwardingRuleRuleCondition>)
Properties
Link copied to clipboard
Forwarding Policy ID.
Link copied to clipboard
Forwarding policy name. The length of the name is 2-128 English or Chinese characters.
Link copied to clipboard
Forwarding Policy Status.
Link copied to clipboard
The ID of the listener.
Link copied to clipboard
The IP protocol used by the GA instance. order - Forwarding priority. rule_action_type - Forward action type. forward_group_config - Forwarding configuration. server_group_tuples - Terminal node group configuration. endpoint_group_id - Terminal node group ID.
Link copied to clipboard
Forward action. rule_condition_type - Forwarding condition type. path_config - Path configuration information. values - The length of the path is 1-128 characters. host_config - Domain name configuration information. values - The domain name is 3-128 characters long.