FlexTunnelBgpSession¶
-
class
oci.vn_monitoring.models.FlexTunnelBgpSession(**kwargs)¶ Bases:
objectBoarder Gateway Protocol (BGP) fields.
Methods
__init__(**kwargs)Initializes a new FlexTunnelBgpSession object with values from keyword arguments. Attributes
customer_bgp_asn[Required] Gets the customer_bgp_asn of this FlexTunnelBgpSession. customer_bgp_ip[Required] Gets the customer_bgp_ip of this FlexTunnelBgpSession. customer_bgp_ipv6Gets the customer_bgp_ipv6 of this FlexTunnelBgpSession. oracle_bgp_asn[Required] Gets the oracle_bgp_asn of this FlexTunnelBgpSession. oracle_bgp_ip[Required] Gets the oracle_bgp_ip of this FlexTunnelBgpSession. oracle_bgp_ipv6Gets the oracle_bgp_ipv6 of this FlexTunnelBgpSession. -
__init__(**kwargs)¶ Initializes a new FlexTunnelBgpSession 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 FlexTunnelBgpSession.
- oracle_bgp_asn (str) – The value to assign to the oracle_bgp_asn property of this FlexTunnelBgpSession.
- customer_bgp_ip (str) – The value to assign to the customer_bgp_ip property of this FlexTunnelBgpSession.
- oracle_bgp_ip (str) – The value to assign to the oracle_bgp_ip property of this FlexTunnelBgpSession.
- customer_bgp_ipv6 (str) – The value to assign to the customer_bgp_ipv6 property of this FlexTunnelBgpSession.
- oracle_bgp_ipv6 (str) – The value to assign to the oracle_bgp_ipv6 property of this FlexTunnelBgpSession.
-
customer_bgp_asn¶ [Required] Gets the customer_bgp_asn of this FlexTunnelBgpSession. The BGP ASN of the network on your end of the BGP session.
Returns: The customer_bgp_asn of this FlexTunnelBgpSession. Return type: str
-
customer_bgp_ip¶ [Required] Gets the customer_bgp_ip of this FlexTunnelBgpSession. This IPv4 CIDR block is for your end of the inside tunnel interface.
Returns: The customer_bgp_ip of this FlexTunnelBgpSession. Return type: str
-
customer_bgp_ipv6¶ Gets the customer_bgp_ipv6 of this FlexTunnelBgpSession. This IPv6 prefix is for your end of the inside tunnel interface.
Returns: The customer_bgp_ipv6 of this FlexTunnelBgpSession. Return type: str
-
oracle_bgp_asn¶ [Required] Gets the oracle_bgp_asn of this FlexTunnelBgpSession. The Oracle BPG ASN number.
Returns: The oracle_bgp_asn of this FlexTunnelBgpSession. Return type: str
-
oracle_bgp_ip¶ [Required] Gets the oracle_bgp_ip of this FlexTunnelBgpSession. The IPv4 CIDR block for the Oracle end of the inside tunnel interface.
Returns: The oracle_bgp_ip of this FlexTunnelBgpSession. Return type: str
-
oracle_bgp_ipv6¶ Gets the oracle_bgp_ipv6 of this FlexTunnelBgpSession. The IPv6 prefix block for the Oracle end of the inside tunnel interface.
Returns: The oracle_bgp_ipv6 of this FlexTunnelBgpSession. Return type: str
-