UpdateDrgRouteDistributionStatementsDetails¶
- 
class oci.vn_monitoring.models.UpdateDrgRouteDistributionStatementsDetails(**kwargs)¶
- Bases: - object- Details request to update statements in a route distribution. - Methods - __init__(**kwargs)- Initializes a new UpdateDrgRouteDistributionStatementsDetails object with values from keyword arguments. - Attributes - statements- [Required] Gets the statements of this UpdateDrgRouteDistributionStatementsDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateDrgRouteDistributionStatementsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - statements (list[oci.vn_monitoring.models.UpdateDrgRouteDistributionStatementDetails]) – The value to assign to the statements property of this UpdateDrgRouteDistributionStatementsDetails. 
 - 
statements¶
- [Required] Gets the statements of this UpdateDrgRouteDistributionStatementsDetails. The route distribution statements to update, and the details to be updated. - Returns: - The statements of this UpdateDrgRouteDistributionStatementsDetails. - Return type: - list[oci.vn_monitoring.models.UpdateDrgRouteDistributionStatementDetails] 
 
-