Show / Hide Table of Contents

Class NoRouteRoutingAction

Defines the routing actions taken on traffic when no route is found.

Inheritance
object
RoutingAction
NoRouteRoutingAction
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 NoRouteRoutingAction : RoutingAction

Properties

NoRouteRoutingActionDetails

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