RuleSetDetails¶
-
class
oci.load_balancer.models.
RuleSetDetails
(**kwargs)¶ Bases:
object
The rules that compose a rule set.
Methods
__init__
(**kwargs)Initializes a new RuleSetDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this RuleSetDetails. -
__init__
(**kwargs)¶ Initializes a new RuleSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.load_balancer.models.Rule]) – The value to assign to the items property of this RuleSetDetails.
-
items
¶ [Required] Gets the items of this RuleSetDetails. An array of rules that compose the rule set.
Returns: The items of this RuleSetDetails. Return type: list[oci.load_balancer.models.Rule]
-