UpdateRuleSetDetails¶
-
class
oci.load_balancer.models.
UpdateRuleSetDetails
(**kwargs)¶ Bases:
object
An updated set of rules that overwrites the existing set of rules.
Methods
__init__
(**kwargs)Initializes a new UpdateRuleSetDetails object with values from keyword arguments. Attributes
items
[Required] Gets the items of this UpdateRuleSetDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateRuleSetDetails 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 UpdateRuleSetDetails.
-
items
¶ [Required] Gets the items of this UpdateRuleSetDetails. An array of rules that compose the rule set.
Returns: The items of this UpdateRuleSetDetails. Return type: list[oci.load_balancer.models.Rule]
-