PathRouteSet

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

Bases: object

A named set of path route rules. For more information, see Managing Request Routing.

Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.

Methods

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

Attributes

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

Initializes a new PathRouteSet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this PathRouteSet.
  • path_routes (list[oci.load_balancer.models.PathRoute]) – The value to assign to the path_routes property of this PathRouteSet.
name

[Required] Gets the name of this PathRouteSet. The unique name for this set of path route rules. Avoid entering confidential information.

Example: example_path_route_set

Returns:The name of this PathRouteSet.
Return type:str
path_routes

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

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