NoRouteRoutingAction¶
-
class
oci.vn_monitoring.models.
NoRouteRoutingAction
(**kwargs)¶ Bases:
oci.vn_monitoring.models.routing_action.RoutingAction
Defines the routing actions taken on traffic when no route is found.
Attributes
ACTION_FORWARDED
str(object=’’) -> str ACTION_INDETERMINATE
str(object=’’) -> str ACTION_NO_ROUTE
str(object=’’) -> str ACTION_TYPE_EXPLICIT
str(object=’’) -> str ACTION_TYPE_IMPLICIT
str(object=’’) -> str ACTION_TYPE_NOT_SUPPORTED
str(object=’’) -> str action
[Required] Gets the action of this RoutingAction. action_type
[Required] Gets the action_type of this RoutingAction. no_route_routing_action_details
Gets the no_route_routing_action_details of this NoRouteRoutingAction. Methods
__init__
(**kwargs)Initializes a new NoRouteRoutingAction object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
ACTION_FORWARDED
= 'FORWARDED'¶
-
ACTION_INDETERMINATE
= 'INDETERMINATE'¶
-
ACTION_NO_ROUTE
= 'NO_ROUTE'¶
-
ACTION_TYPE_EXPLICIT
= 'EXPLICIT'¶
-
ACTION_TYPE_IMPLICIT
= 'IMPLICIT'¶
-
ACTION_TYPE_NOT_SUPPORTED
= 'NOT_SUPPORTED'¶
-
__init__
(**kwargs)¶ Initializes a new NoRouteRoutingAction object with values from keyword arguments. The default value of the
action
attribute of this class isNO_ROUTE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - action (str) – The value to assign to the action property of this NoRouteRoutingAction. Allowed values for this property are: “FORWARDED”, “NO_ROUTE”, “INDETERMINATE”
- action_type (str) – The value to assign to the action_type property of this NoRouteRoutingAction. Allowed values for this property are: “EXPLICIT”, “IMPLICIT”, “NOT_SUPPORTED”
- no_route_routing_action_details (oci.vn_monitoring.models.NoRouteRoutingActionDetails) – The value to assign to the no_route_routing_action_details property of this NoRouteRoutingAction.
-
action
¶ [Required] Gets the action of this RoutingAction. The routing action taken on the traffic flow.
Allowed values for this property are: “FORWARDED”, “NO_ROUTE”, “INDETERMINATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action of this RoutingAction. Return type: str
-
action_type
¶ [Required] Gets the action_type of this RoutingAction. The type of the routing support for the traffic flow.
Allowed values for this property are: “EXPLICIT”, “IMPLICIT”, “NOT_SUPPORTED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The action_type of this RoutingAction. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
no_route_routing_action_details
¶ Gets the no_route_routing_action_details of this NoRouteRoutingAction.
Returns: The no_route_routing_action_details of this NoRouteRoutingAction. Return type: oci.vn_monitoring.models.NoRouteRoutingActionDetails
-