Class UpdateDrgRouteDistributionStatementDetails
Route distribution statements to update in the route distribution.
Inherited Members
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. |