Class AddDrgRouteRulesDetails
Details used in a request to add static routes to a DRG route table.
Inherited Members
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. |