ForwardedRoutingActionDetails¶
- 
class oci.vn_monitoring.models.ForwardedRoutingActionDetails(**kwargs)¶
- Bases: - object- Defines details for the forwarded routing action. - Methods - __init__(**kwargs)- Initializes a new ForwardedRoutingActionDetails object with values from keyword arguments. - Attributes - forwarded_routing_configuration- Gets the forwarded_routing_configuration of this ForwardedRoutingActionDetails. - is_restricted_or_partial- [Required] Gets the is_restricted_or_partial of this ForwardedRoutingActionDetails. - 
__init__(**kwargs)¶
- Initializes a new ForwardedRoutingActionDetails 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 ForwardedRoutingActionDetails.
- forwarded_routing_configuration (oci.vn_monitoring.models.ForwardedRoutingConfiguration) – The value to assign to the forwarded_routing_configuration property of this ForwardedRoutingActionDetails.
 
 - 
forwarded_routing_configuration¶
- Gets the forwarded_routing_configuration of this ForwardedRoutingActionDetails. - Returns: - The forwarded_routing_configuration of this ForwardedRoutingActionDetails. - Return type: - oci.vn_monitoring.models.ForwardedRoutingConfiguration 
 - 
is_restricted_or_partial¶
- [Required] Gets the is_restricted_or_partial of this ForwardedRoutingActionDetails. If true, the forwarded routing configuration details are incomplete. - Returns: - The is_restricted_or_partial of this ForwardedRoutingActionDetails. - Return type: - bool 
 
-