ListenerRuleSummary¶
-
class
oci.load_balancer.models.
ListenerRuleSummary
(**kwargs)¶ Bases:
object
The attributes of a rule associated with the specified listener, and the name of the rule set that the rule belongs to.
Methods
__init__
(**kwargs)Initializes a new ListenerRuleSummary object with values from keyword arguments. Attributes
rule
Gets the rule of this ListenerRuleSummary. rule_set_name
Gets the rule_set_name of this ListenerRuleSummary. -
__init__
(**kwargs)¶ Initializes a new ListenerRuleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - rule (oci.load_balancer.models.Rule) – The value to assign to the rule property of this ListenerRuleSummary.
- rule_set_name (str) – The value to assign to the rule_set_name property of this ListenerRuleSummary.
-
rule
¶ Gets the rule of this ListenerRuleSummary. A rule object that applies to the listener.
Returns: The rule of this ListenerRuleSummary. Return type: oci.load_balancer.models.Rule
-
rule_set_name
¶ Gets the rule_set_name of this ListenerRuleSummary. The name of the rule set that the rule belongs to.
Returns: The rule_set_name of this ListenerRuleSummary. Return type: str
-