Show / Hide Table of Contents

Class TrafficNode

Defines the configuration of the OCI entity that represents a traffic node in PathAnalysisResult.

Inheritance
object
TrafficNode
AccessDeniedTrafficNode
VisibleTrafficNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
[JsonConverter(typeof(TrafficNodeModelConverter))]
public class TrafficNode

Properties

EgressSecurityAction

Declaration
[JsonProperty(PropertyName = "egressSecurityAction")]
public SecurityAction EgressSecurityAction { get; set; }
Property Value
Type Description
SecurityAction

EgressTraffic

Declaration
[JsonProperty(PropertyName = "egressTraffic")]
public EgressTrafficSpec EgressTraffic { get; set; }
Property Value
Type Description
EgressTrafficSpec

IngressSecurityAction

Declaration
[JsonProperty(PropertyName = "ingressSecurityAction")]
public SecurityAction IngressSecurityAction { get; set; }
Property Value
Type Description
SecurityAction

NextHopRoutingAction

Declaration
[JsonProperty(PropertyName = "nextHopRoutingAction")]
public RoutingAction NextHopRoutingAction { get; set; }
Property Value
Type Description
RoutingAction
In this article
Back to top