ForwardedRoutingAction

class oci.vn_monitoring.models.ForwardedRoutingAction(**kwargs)

Bases: oci.vn_monitoring.models.routing_action.RoutingAction

Defines the routing actions taken for traffic that is forwarded.

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.
forwarded_routing_action_details Gets the forwarded_routing_action_details of this ForwardedRoutingAction.

Methods

__init__(**kwargs) Initializes a new ForwardedRoutingAction 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 ForwardedRoutingAction object with values from keyword arguments. The default value of the action attribute of this class is FORWARDED 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 ForwardedRoutingAction. Allowed values for this property are: “FORWARDED”, “NO_ROUTE”, “INDETERMINATE”
  • action_type (str) – The value to assign to the action_type property of this ForwardedRoutingAction. Allowed values for this property are: “EXPLICIT”, “IMPLICIT”, “NOT_SUPPORTED”
  • forwarded_routing_action_details (oci.vn_monitoring.models.ForwardedRoutingActionDetails) – The value to assign to the forwarded_routing_action_details property of this ForwardedRoutingAction.
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
forwarded_routing_action_details

Gets the forwarded_routing_action_details of this ForwardedRoutingAction.

Returns:The forwarded_routing_action_details of this ForwardedRoutingAction.
Return type:oci.vn_monitoring.models.ForwardedRoutingActionDetails
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.