Show / Hide Table of Contents

Class VcnRoutingConfiguration

Identifies the VCN route table and rule that allowed the traffic to be forwarded.

Inheritance
object
ForwardedRoutingConfiguration
VcnRoutingConfiguration
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 VcnRoutingConfiguration : ForwardedRoutingConfiguration

Properties

RouteRule

Declaration
[Required(ErrorMessage = "RouteRule is required.")]
[JsonProperty(PropertyName = "routeRule")]
public RouteRule RouteRule { get; set; }
Property Value
Type Description
RouteRule
Remarks

Required

VcnRouteTableId

Declaration
[Required(ErrorMessage = "VcnRouteTableId is required.")]
[JsonProperty(PropertyName = "vcnRouteTableId")]
public string VcnRouteTableId { get; set; }
Property Value
Type Description
string

The OCID of the VCN route table that allowed the traffic.

Remarks

Required

In this article
Back to top