Show / Hide Table of Contents

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.

Inheritance
object
TopologyEntityRelationship
TopologyRoutesToEntityRelationship
Inherited Members
TopologyEntityRelationship.Id1
TopologyEntityRelationship.Id2
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class TopologyRoutesToEntityRelationship : TopologyEntityRelationship

Properties

RouteRuleDetails

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

Required

In this article
Back to top