PathRouteSetDetails

class oci.load_balancer.models.PathRouteSetDetails(**kwargs)

Bases: object

A set of path route rules.

Methods

__init__(**kwargs) Initializes a new PathRouteSetDetails object with values from keyword arguments.

Attributes

path_routes [Required] Gets the path_routes of this PathRouteSetDetails.
__init__(**kwargs)

Initializes a new PathRouteSetDetails 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 PathRouteSetDetails.
path_routes

[Required] Gets the path_routes of this PathRouteSetDetails. The set of path route rules.

Returns:The path_routes of this PathRouteSetDetails.
Return type:list[oci.load_balancer.models.PathRoute]