RoutingPolicyDetails¶
-
class
oci.load_balancer.models.
RoutingPolicyDetails
(**kwargs)¶ Bases:
object
An ordered list of routing rules. Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Methods
__init__
(**kwargs)Initializes a new RoutingPolicyDetails object with values from keyword arguments. Attributes
rules
[Required] Gets the rules of this RoutingPolicyDetails. -
__init__
(**kwargs)¶ Initializes a new RoutingPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: rules (list[oci.load_balancer.models.RoutingRule]) – The value to assign to the rules property of this RoutingPolicyDetails.
-
rules
¶ [Required] Gets the rules of this RoutingPolicyDetails. The list of routing rules.
Returns: The rules of this RoutingPolicyDetails. Return type: list[oci.load_balancer.models.RoutingRule]
-