Show / Hide Table of Contents

Class NoRouteRoutingActionDetails

Defines the routing action taken on traffic flow with no route found.

Inheritance
object
NoRouteRoutingActionDetails
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
public class NoRouteRoutingActionDetails

Properties

EvaluatedDrgRouteTableId

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

OCIDs of evaluated DRG route table.

EvaluatedVcnRouteTableId

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

OCIDs of the evaluated VCN route table.

IsRestrictedOrPartial

Declaration
[Required(ErrorMessage = "IsRestrictedOrPartial is required.")]
[JsonProperty(PropertyName = "isRestrictedOrPartial")]
public bool? IsRestrictedOrPartial { get; set; }
Property Value
Type Description
bool?

If true, the evaluated route table details are incomplete.

Remarks

Required

In this article
Back to top