Show / Hide Table of Contents

Class RemoveDrgRouteRulesDetails

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

Inheritance
object
RemoveDrgRouteRulesDetails
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 RemoveDrgRouteRulesDetails

Properties

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.

In this article
Back to top