FlexTunnelRouteSummary¶
-
class
oci.vn_monitoring.models.FlexTunnelRouteSummary(**kwargs)¶ Bases:
objectA summary of the routes advertised to and received from the SD-WAN.
Attributes
ADVERTISER_CUSTOMERA constant which can be used with the advertiser property of a FlexTunnelRouteSummary. ADVERTISER_ORACLEA constant which can be used with the advertiser property of a FlexTunnelRouteSummary. advertiserGets the advertiser of this FlexTunnelRouteSummary. ageGets the age of this FlexTunnelRouteSummary. as_pathGets the as_path of this FlexTunnelRouteSummary. is_best_pathGets the is_best_path of this FlexTunnelRouteSummary. prefixGets the prefix of this FlexTunnelRouteSummary. Methods
__init__(**kwargs)Initializes a new FlexTunnelRouteSummary object with values from keyword arguments. -
ADVERTISER_CUSTOMER= 'CUSTOMER'¶ A constant which can be used with the advertiser property of a FlexTunnelRouteSummary. This constant has a value of “CUSTOMER”
-
ADVERTISER_ORACLE= 'ORACLE'¶ A constant which can be used with the advertiser property of a FlexTunnelRouteSummary. This constant has a value of “ORACLE”
-
__init__(**kwargs)¶ Initializes a new FlexTunnelRouteSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - prefix (str) – The value to assign to the prefix property of this FlexTunnelRouteSummary.
- age (int) – The value to assign to the age property of this FlexTunnelRouteSummary.
- is_best_path (bool) – The value to assign to the is_best_path property of this FlexTunnelRouteSummary.
- as_path (list[int]) – The value to assign to the as_path property of this FlexTunnelRouteSummary.
- advertiser (str) – The value to assign to the advertiser property of this FlexTunnelRouteSummary. Allowed values for this property are: “CUSTOMER”, “ORACLE”
-
advertiser¶ Gets the advertiser of this FlexTunnelRouteSummary. The source of the route advertisement.
Allowed values for this property are: “CUSTOMER”, “ORACLE”
Returns: The advertiser of this FlexTunnelRouteSummary. Return type: str
-
age¶ Gets the age of this FlexTunnelRouteSummary. The age of the route.
Returns: The age of this FlexTunnelRouteSummary. Return type: int
-
as_path¶ Gets the as_path of this FlexTunnelRouteSummary. A list of ASNs in AS_Path.
Returns: The as_path of this FlexTunnelRouteSummary. Return type: list[int]
-
is_best_path¶ Gets the is_best_path of this FlexTunnelRouteSummary. Indicates this is the best route.
Returns: The is_best_path of this FlexTunnelRouteSummary. Return type: bool
-
prefix¶ Gets the prefix of this FlexTunnelRouteSummary. The BGP network layer reachability information.
Returns: The prefix of this FlexTunnelRouteSummary. Return type: str
-