Path¶
-
class
oci.vn_monitoring.models.
Path
(**kwargs)¶ Bases:
object
Defines the configuration of the traffic path in PathAnalysisResult.
Methods
__init__
(**kwargs)Initializes a new Path object with values from keyword arguments. Attributes
forward_route
[Required] Gets the forward_route of this Path. return_route
Gets the return_route of this Path. topology
[Required] Gets the topology of this Path. -
__init__
(**kwargs)¶ Initializes a new Path object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - forward_route (oci.vn_monitoring.models.TrafficRoute) – The value to assign to the forward_route property of this Path.
- return_route (oci.vn_monitoring.models.TrafficRoute) – The value to assign to the return_route property of this Path.
- topology (oci.vn_monitoring.models.PathTopology) – The value to assign to the topology property of this Path.
-
forward_route
¶ [Required] Gets the forward_route of this Path.
Returns: The forward_route of this Path. Return type: oci.vn_monitoring.models.TrafficRoute
-
return_route
¶ Gets the return_route of this Path.
Returns: The return_route of this Path. Return type: oci.vn_monitoring.models.TrafficRoute
-
topology
¶ [Required] Gets the topology of this Path.
Returns: The topology of this Path. Return type: oci.vn_monitoring.models.PathTopology
-