AddDrgRouteDistributionStatementsDetails¶
-
class
oci.core.models.
AddDrgRouteDistributionStatementsDetails
(**kwargs)¶ Bases:
object
Details request to add statements to a route distribution.
Methods
__init__
(**kwargs)Initializes a new AddDrgRouteDistributionStatementsDetails object with values from keyword arguments. Attributes
statements
[Required] Gets the statements of this AddDrgRouteDistributionStatementsDetails. -
__init__
(**kwargs)¶ Initializes a new AddDrgRouteDistributionStatementsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: statements (list[oci.core.models.AddDrgRouteDistributionStatementDetails]) – The value to assign to the statements property of this AddDrgRouteDistributionStatementsDetails.
-
statements
¶ [Required] Gets the statements of this AddDrgRouteDistributionStatementsDetails. The collection of route distribution statements to insert into the route distribution.
Returns: The statements of this AddDrgRouteDistributionStatementsDetails. Return type: list[oci.core.models.AddDrgRouteDistributionStatementDetails]
-