Show / Hide Table of Contents

Class UpdateDrgRouteDistributionStatementDetails

Route distribution statements to update in the route distribution.

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

Properties

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The Oracle-assigned ID of each route distribution statement to be updated.

Remarks

Required

MatchCriteria

Declaration
[JsonProperty(PropertyName = "matchCriteria")]
public List<DrgRouteDistributionMatchCriteria> MatchCriteria { get; set; }
Property Value
Type Description
List<DrgRouteDistributionMatchCriteria>

The action is applied only if all of the match criteria is met.

Priority

Declaration
[JsonProperty(PropertyName = "priority")]
public int? Priority { get; set; }
Property Value
Type Description
int?

The priority of the statement you'd like to update.

In this article
Back to top