RemoveDrgRouteDistributionStatementsDetails¶
-
class
oci.vn_monitoring.models.
RemoveDrgRouteDistributionStatementsDetails
(**kwargs)¶ Bases:
object
Details request to remove statements from a route distribution.
Methods
__init__
(**kwargs)Initializes a new RemoveDrgRouteDistributionStatementsDetails object with values from keyword arguments. Attributes
statement_ids
Gets the statement_ids of this RemoveDrgRouteDistributionStatementsDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveDrgRouteDistributionStatementsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: statement_ids (list[str]) – The value to assign to the statement_ids property of this RemoveDrgRouteDistributionStatementsDetails.
-
statement_ids
¶ Gets the statement_ids of this RemoveDrgRouteDistributionStatementsDetails. The Oracle-assigned ID of each route distribution to remove.
Returns: The statement_ids of this RemoveDrgRouteDistributionStatementsDetails. Return type: list[str]
-