Show / Hide Table of Contents

Class RoutingAction

Defines the details for routing actions taken on the traffic flow.

Inheritance
object
RoutingAction
ForwardedRoutingAction
IndeterminateRoutingAction
NoRouteRoutingAction
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(RoutingActionModelConverter))]
public class RoutingAction

Properties

ActionType

Declaration
[Required(ErrorMessage = "ActionType is required.")]
[JsonProperty(PropertyName = "actionType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public RoutingAction.ActionTypeEnum? ActionType { get; set; }
Property Value
Type Description
RoutingAction.ActionTypeEnum?

The type of the routing support for the traffic flow.

Remarks

Required

In this article
Back to top