FlexTunnelBgpStatus¶
-
class
oci.vn_monitoring.models.FlexTunnelBgpStatus(**kwargs)¶ Bases:
objectBoarder Gateway Protocol (BGP) session status
Attributes
BGP_SESSION_STATUS_DOWNA constant which can be used with the bgp_session_status property of a FlexTunnelBgpStatus. BGP_SESSION_STATUS_IPV6_DOWNA constant which can be used with the bgp_session_status_ipv6 property of a FlexTunnelBgpStatus. BGP_SESSION_STATUS_IPV6_UPA constant which can be used with the bgp_session_status_ipv6 property of a FlexTunnelBgpStatus. BGP_SESSION_STATUS_UPA constant which can be used with the bgp_session_status property of a FlexTunnelBgpStatus. bgp_session_statusGets the bgp_session_status of this FlexTunnelBgpStatus. bgp_session_status_ipv6Gets the bgp_session_status_ipv6 of this FlexTunnelBgpStatus. flex_tunnel_id[Required] Gets the flex_tunnel_id of this FlexTunnelBgpStatus. Methods
__init__(**kwargs)Initializes a new FlexTunnelBgpStatus object with values from keyword arguments. -
BGP_SESSION_STATUS_DOWN= 'DOWN'¶ A constant which can be used with the bgp_session_status property of a FlexTunnelBgpStatus. This constant has a value of “DOWN”
-
BGP_SESSION_STATUS_IPV6_DOWN= 'DOWN'¶ A constant which can be used with the bgp_session_status_ipv6 property of a FlexTunnelBgpStatus. This constant has a value of “DOWN”
-
BGP_SESSION_STATUS_IPV6_UP= 'UP'¶ A constant which can be used with the bgp_session_status_ipv6 property of a FlexTunnelBgpStatus. This constant has a value of “UP”
-
BGP_SESSION_STATUS_UP= 'UP'¶ A constant which can be used with the bgp_session_status property of a FlexTunnelBgpStatus. This constant has a value of “UP”
-
__init__(**kwargs)¶ Initializes a new FlexTunnelBgpStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - flex_tunnel_id (str) – The value to assign to the flex_tunnel_id property of this FlexTunnelBgpStatus.
- bgp_session_status (str) – The value to assign to the bgp_session_status property of this FlexTunnelBgpStatus. Allowed values for this property are: “UP”, “DOWN”
- bgp_session_status_ipv6 (str) – The value to assign to the bgp_session_status_ipv6 property of this FlexTunnelBgpStatus. Allowed values for this property are: “UP”, “DOWN”
-
bgp_session_status¶ Gets the bgp_session_status of this FlexTunnelBgpStatus. The state of the IPv4 BGP session associated with the flex tunnel.
Allowed values for this property are: “UP”, “DOWN”
Returns: The bgp_session_status of this FlexTunnelBgpStatus. Return type: str
-
bgp_session_status_ipv6¶ Gets the bgp_session_status_ipv6 of this FlexTunnelBgpStatus. The state of the IPv6 BGP session associated with the flex tunnel.
Allowed values for this property are: “UP”, “DOWN”
Returns: The bgp_session_status_ipv6 of this FlexTunnelBgpStatus. Return type: str
-