Show / Hide Table of Contents

Class RemoveDrgRouteDistributionStatementsDetails

Details request to remove statements from a route distribution.

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

Properties

StatementIds

Declaration
[JsonProperty(PropertyName = "statementIds")]
public List<string> StatementIds { get; set; }
Property Value
Type Description
List<string>

The Oracle-assigned ID of each route distribution to remove.

In this article
Back to top