EgressTrafficSpec¶
-
class
oci.vn_monitoring.models.
EgressTrafficSpec
(**kwargs)¶ Bases:
object
Defines the traffic configuration that leaves the traffic node.
Methods
__init__
(**kwargs)Initializes a new EgressTrafficSpec object with values from keyword arguments. Attributes
destination_address
[Required] Gets the destination_address of this EgressTrafficSpec. protocol
[Required] Gets the protocol of this EgressTrafficSpec. source_address
[Required] Gets the source_address of this EgressTrafficSpec. traffic_protocol_parameters
Gets the traffic_protocol_parameters of this EgressTrafficSpec. -
__init__
(**kwargs)¶ Initializes a new EgressTrafficSpec object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - protocol (int) – The value to assign to the protocol property of this EgressTrafficSpec.
- source_address (str) – The value to assign to the source_address property of this EgressTrafficSpec.
- destination_address (str) – The value to assign to the destination_address property of this EgressTrafficSpec.
- traffic_protocol_parameters (oci.vn_monitoring.models.TrafficProtocolParameters) – The value to assign to the traffic_protocol_parameters property of this EgressTrafficSpec.
-
destination_address
¶ [Required] Gets the destination_address of this EgressTrafficSpec. The IPv4 address of the destination node.
Returns: The destination_address of this EgressTrafficSpec. Return type: str
-
protocol
¶ [Required] Gets the protocol of this EgressTrafficSpec. The IP protocol to use for the traffic path analysis.
Returns: The protocol of this EgressTrafficSpec. Return type: int
-
source_address
¶ [Required] Gets the source_address of this EgressTrafficSpec. The IPv4 address of the source node.
Returns: The source_address of this EgressTrafficSpec. Return type: str
-
traffic_protocol_parameters
¶ Gets the traffic_protocol_parameters of this EgressTrafficSpec.
Returns: The traffic_protocol_parameters of this EgressTrafficSpec. Return type: oci.vn_monitoring.models.TrafficProtocolParameters
-