NoRouteRoutingActionDetails¶
-
class
oci.vn_monitoring.models.
NoRouteRoutingActionDetails
(**kwargs)¶ Bases:
object
Defines the routing action taken on traffic flow with no route found.
Methods
__init__
(**kwargs)Initializes a new NoRouteRoutingActionDetails object with values from keyword arguments. Attributes
evaluated_drg_route_table_id
Gets the evaluated_drg_route_table_id of this NoRouteRoutingActionDetails. evaluated_vcn_route_table_id
Gets the evaluated_vcn_route_table_id of this NoRouteRoutingActionDetails. is_restricted_or_partial
[Required] Gets the is_restricted_or_partial of this NoRouteRoutingActionDetails. -
__init__
(**kwargs)¶ Initializes a new NoRouteRoutingActionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_restricted_or_partial (bool) – The value to assign to the is_restricted_or_partial property of this NoRouteRoutingActionDetails.
- evaluated_vcn_route_table_id (str) – The value to assign to the evaluated_vcn_route_table_id property of this NoRouteRoutingActionDetails.
- evaluated_drg_route_table_id (str) – The value to assign to the evaluated_drg_route_table_id property of this NoRouteRoutingActionDetails.
-
evaluated_drg_route_table_id
¶ Gets the evaluated_drg_route_table_id of this NoRouteRoutingActionDetails. OCIDs of evaluated DRG route table.
Returns: The evaluated_drg_route_table_id of this NoRouteRoutingActionDetails. Return type: str
-
evaluated_vcn_route_table_id
¶ Gets the evaluated_vcn_route_table_id of this NoRouteRoutingActionDetails. OCIDs of the evaluated VCN route table.
Returns: The evaluated_vcn_route_table_id of this NoRouteRoutingActionDetails. Return type: str
-
is_restricted_or_partial
¶ [Required] Gets the is_restricted_or_partial of this NoRouteRoutingActionDetails. If true, the evaluated route table details are incomplete.
Returns: The is_restricted_or_partial of this NoRouteRoutingActionDetails. Return type: bool
-