Class RemoveDrgRouteRulesDetails
Details used in a request to remove static routes from a DRG route table.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class RemoveDrgRouteRulesDetailsProperties
RouteRuleIds
Declaration
[JsonProperty(PropertyName = "routeRuleIds")]
public List<string> RouteRuleIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The Oracle-assigned ID of each DRG route rule to be deleted. |