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

[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