CreateFlexTunnelBgpSessionDetails

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

Bases: object

Boarder Gateway Protocol (BGP) fields

Methods

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

Attributes

customer_bgp_asn [Required] Gets the customer_bgp_asn of this CreateFlexTunnelBgpSessionDetails.
customer_bgp_ip Gets the customer_bgp_ip of this CreateFlexTunnelBgpSessionDetails.
customer_bgp_ipv6 Gets the customer_bgp_ipv6 of this CreateFlexTunnelBgpSessionDetails.
oracle_bgp_ip Gets the oracle_bgp_ip of this CreateFlexTunnelBgpSessionDetails.
oracle_bgp_ipv6 Gets the oracle_bgp_ipv6 of this CreateFlexTunnelBgpSessionDetails.
__init__(**kwargs)

Initializes a new CreateFlexTunnelBgpSessionDetails 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 CreateFlexTunnelBgpSessionDetails.
  • customer_bgp_ip (str) – The value to assign to the customer_bgp_ip property of this CreateFlexTunnelBgpSessionDetails.
  • oracle_bgp_ip (str) – The value to assign to the oracle_bgp_ip property of this CreateFlexTunnelBgpSessionDetails.
  • customer_bgp_ipv6 (str) – The value to assign to the customer_bgp_ipv6 property of this CreateFlexTunnelBgpSessionDetails.
  • oracle_bgp_ipv6 (str) – The value to assign to the oracle_bgp_ipv6 property of this CreateFlexTunnelBgpSessionDetails.
customer_bgp_asn

[Required] Gets the customer_bgp_asn of this CreateFlexTunnelBgpSessionDetails. The BGP ASN of the network on your end of the BGP session.

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

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

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

Gets the customer_bgp_ipv6 of this CreateFlexTunnelBgpSessionDetails. This IPv6 prefix is for your end of the inside tunnel interface.

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

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

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

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

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