Show / Hide Table of Contents

Class AddDrgRouteRulesDetails

Details used in a request to add static routes to a DRG route table.

Inheritance
object
AddDrgRouteRulesDetails
Inherited Members
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 AddDrgRouteRulesDetails

Properties

RouteRules

Declaration
[JsonProperty(PropertyName = "routeRules")]
public List<AddDrgRouteRuleDetails> RouteRules { get; set; }
Property Value
Type Description
List<AddDrgRouteRuleDetails>

The collection of static rules used to insert routes into the DRG route table.

In this article
Back to top