Show / Hide Table of Contents

Class VisibleTrafficNode

Defines the configuration of a traffic node that is visible to the user.

Inheritance
object
TrafficNode
VisibleTrafficNode
Inherited Members
TrafficNode.EgressTraffic
TrafficNode.NextHopRoutingAction
TrafficNode.EgressSecurityAction
TrafficNode.IngressSecurityAction
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
public class VisibleTrafficNode : TrafficNode

Properties

EntityId

Declaration
[JsonProperty(PropertyName = "entityId")]
public string EntityId { get; set; }
Property Value
Type Description
string

The OCID of the OCI entity that represents the traffic node (Instance, GW, LB, etc.).

TransformationDescription

Declaration
[JsonProperty(PropertyName = "transformationDescription")]
public string TransformationDescription { get; set; }
Property Value
Type Description
string

Describes how the traffic was transformed. For example, if an address is translated by a NAT GW, the string will describe the translation: 'SNAT: 10.0.0.1->204.0.0.1'

In this article
Back to top