Class TopologyRoutesToEntityRelationship
Defines the routesTo relationship between virtual network topology entities. A RoutesTo relationship
is defined when a routing table and a routing rule  are used to govern how to route traffic
from one entity to another. For example, a DRG might have a routing rule to send certain traffic to an LPG.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class TopologyRoutesToEntityRelationship : TopologyEntityRelationshipProperties
RouteRuleDetails
Declaration
[Required(ErrorMessage = "RouteRuleDetails is required.")]
[JsonProperty(PropertyName = "routeRuleDetails")]
public TopologyRoutesToRelationshipDetails RouteRuleDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| TopologyRoutesToRelationshipDetails | 
Remarks
Required