UpdateFlexTunnelBgpSessionDetails

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

Bases: object

Boarder Gateway Protocol (BGP) fields

Methods

__init__(**kwargs) Initializes a new UpdateFlexTunnelBgpSessionDetails object with values from keyword arguments.

Attributes

customer_bgp_asn Gets the customer_bgp_asn of this UpdateFlexTunnelBgpSessionDetails.
customer_bgp_ip Gets the customer_bgp_ip of this UpdateFlexTunnelBgpSessionDetails.
customer_bgp_ipv6 Gets the customer_bgp_ipv6 of this UpdateFlexTunnelBgpSessionDetails.
oracle_bgp_ip Gets the oracle_bgp_ip of this UpdateFlexTunnelBgpSessionDetails.
oracle_bgp_ipv6 Gets the oracle_bgp_ipv6 of this UpdateFlexTunnelBgpSessionDetails.
__init__(**kwargs)

Initializes a new UpdateFlexTunnelBgpSessionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • customer_bgp_asn (str) – The value to assign to the customer_bgp_asn property of this UpdateFlexTunnelBgpSessionDetails.
  • customer_bgp_ip (str) – The value to assign to the customer_bgp_ip property of this UpdateFlexTunnelBgpSessionDetails.
  • oracle_bgp_ip (str) – The value to assign to the oracle_bgp_ip property of this UpdateFlexTunnelBgpSessionDetails.
  • customer_bgp_ipv6 (str) – The value to assign to the customer_bgp_ipv6 property of this UpdateFlexTunnelBgpSessionDetails.
  • oracle_bgp_ipv6 (str) – The value to assign to the oracle_bgp_ipv6 property of this UpdateFlexTunnelBgpSessionDetails.
customer_bgp_asn

Gets the customer_bgp_asn of this UpdateFlexTunnelBgpSessionDetails. The BGP ASN of the network on your end of the BGP session.

Returns:The customer_bgp_asn of this UpdateFlexTunnelBgpSessionDetails.
Return type:str
customer_bgp_ip

Gets the customer_bgp_ip of this UpdateFlexTunnelBgpSessionDetails. This IPv4 CIDR block is for your end of the inside tunnel interface.

Returns:The customer_bgp_ip of this UpdateFlexTunnelBgpSessionDetails.
Return type:str
customer_bgp_ipv6

Gets the customer_bgp_ipv6 of this UpdateFlexTunnelBgpSessionDetails. The IPv6 prefix for your end of the inside tunnel interface.

Returns:The customer_bgp_ipv6 of this UpdateFlexTunnelBgpSessionDetails.
Return type:str
oracle_bgp_ip

Gets the oracle_bgp_ip of this UpdateFlexTunnelBgpSessionDetails. The IPv4 CIDR block for the Oracle end of the inside tunnel interface.

Returns:The oracle_bgp_ip of this UpdateFlexTunnelBgpSessionDetails.
Return type:str
oracle_bgp_ipv6

Gets the oracle_bgp_ipv6 of this UpdateFlexTunnelBgpSessionDetails. The IPv6 prefix for the Oracle end of the inside tunnel interface.

Returns:The oracle_bgp_ipv6 of this UpdateFlexTunnelBgpSessionDetails.
Return type:str