CreatePathRouteSetDetails¶
-
class
oci.load_balancer.models.
CreatePathRouteSetDetails
(**kwargs)¶ Bases:
object
A named set of path route rules to add to the load balancer.
Warning: Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Methods
__init__
(**kwargs)Initializes a new CreatePathRouteSetDetails object with values from keyword arguments. Attributes
name
[Required] Gets the name of this CreatePathRouteSetDetails. path_routes
[Required] Gets the path_routes of this CreatePathRouteSetDetails. -
__init__
(**kwargs)¶ Initializes a new CreatePathRouteSetDetails 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 CreatePathRouteSetDetails.
- path_routes (list[oci.load_balancer.models.PathRoute]) – The value to assign to the path_routes property of this CreatePathRouteSetDetails.
-
name
¶ [Required] Gets the name of this CreatePathRouteSetDetails. The name for this set of path route rules. It must be unique and it cannot be changed. Avoid entering confidential information.
Example: example_path_route_set
Returns: The name of this CreatePathRouteSetDetails. Return type: str
-
path_routes
¶ [Required] Gets the path_routes of this CreatePathRouteSetDetails. The set of path route rules.
Returns: The path_routes of this CreatePathRouteSetDetails. Return type: list[oci.load_balancer.models.PathRoute]
-