UpdatePathRouteSetDetails¶
- 
class 
oci.load_balancer.models.UpdatePathRouteSetDetails(**kwargs)¶ Bases:
objectAn updated set of path route rules that overwrites the existing set of rules.
Methods
__init__(**kwargs)Initializes a new UpdatePathRouteSetDetails object with values from keyword arguments. Attributes
path_routes[Required] Gets the path_routes of this UpdatePathRouteSetDetails. - 
__init__(**kwargs)¶ Initializes a new UpdatePathRouteSetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: path_routes (list[oci.load_balancer.models.PathRoute]) – The value to assign to the path_routes property of this UpdatePathRouteSetDetails. 
- 
path_routes¶ [Required] Gets the path_routes of this UpdatePathRouteSetDetails. The set of path route rules.
Returns: The path_routes of this UpdatePathRouteSetDetails. Return type: list[oci.load_balancer.models.PathRoute] 
-