UpdateDrgRouteDistributionStatementDetails¶
-
class
oci.vn_monitoring.models.
UpdateDrgRouteDistributionStatementDetails
(**kwargs)¶ Bases:
object
Route distribution statements to update in the route distribution.
Methods
__init__
(**kwargs)Initializes a new UpdateDrgRouteDistributionStatementDetails object with values from keyword arguments. Attributes
id
[Required] Gets the id of this UpdateDrgRouteDistributionStatementDetails. match_criteria
Gets the match_criteria of this UpdateDrgRouteDistributionStatementDetails. priority
Gets the priority of this UpdateDrgRouteDistributionStatementDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDrgRouteDistributionStatementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this UpdateDrgRouteDistributionStatementDetails.
- match_criteria (list[oci.vn_monitoring.models.DrgRouteDistributionMatchCriteria]) – The value to assign to the match_criteria property of this UpdateDrgRouteDistributionStatementDetails.
- priority (int) – The value to assign to the priority property of this UpdateDrgRouteDistributionStatementDetails.
-
id
¶ [Required] Gets the id of this UpdateDrgRouteDistributionStatementDetails. The Oracle-assigned ID of each route distribution statement to be updated.
Returns: The id of this UpdateDrgRouteDistributionStatementDetails. Return type: str
-
match_criteria
¶ Gets the match_criteria of this UpdateDrgRouteDistributionStatementDetails. The action is applied only if all of the match criteria is met.
Returns: The match_criteria of this UpdateDrgRouteDistributionStatementDetails. Return type: list[oci.vn_monitoring.models.DrgRouteDistributionMatchCriteria]
-
priority
¶ Gets the priority of this UpdateDrgRouteDistributionStatementDetails. The priority of the statement you’d like to update.
Returns: The priority of this UpdateDrgRouteDistributionStatementDetails. Return type: int
-