Class VcnRoutingConfiguration
Identifies the VCN route table and rule that allowed the traffic to be forwarded.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VcnRoutingConfiguration : ForwardedRoutingConfigurationProperties
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