Class AddDrgRouteDistributionStatementsDetails
Details request to add statements to a route distribution.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AddDrgRouteDistributionStatementsDetails
Properties
Statements
Declaration
[Required(ErrorMessage = "Statements is required.")]
[JsonProperty(PropertyName = "statements")]
public List<AddDrgRouteDistributionStatementDetails> Statements { get; set; }
Property Value
Type | Description |
---|---|
List<AddDrgRouteDistributionStatementDetails> | The collection of route distribution statements to insert into the route distribution. |
Remarks
Required