Show / Hide Table of Contents

Class ForwardedRoutingAction

Defines the routing actions taken for traffic that is forwarded.

Inheritance
object
RoutingAction
ForwardedRoutingAction
Inherited Members
RoutingAction.ActionType
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 ForwardedRoutingAction : RoutingAction

Properties

ForwardedRoutingActionDetails

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