IndeterminateRoutingAction

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

Bases: oci.vn_monitoring.models.routing_action.RoutingAction

Defines the routing action taken on a traffic node where the routing action is INDETERMINATE.

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.

Methods

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