📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cross_connect_mapping.cpython-39.opt-1.pyc
a ���f�@ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CrossConnectMappinga For use with Oracle Cloud Infrastructure FastConnect. Each :class:`VirtualCircuit` runs on one or more cross-connects or cross-connect groups. A `CrossConnectMapping` contains the properties for an individual cross-connect or cross-connect group associated with a given virtual circuit. The mapping includes information about the cross-connect or cross-connect group, the VLAN, and the BGP peering session. If you're a customer who is colocated with Oracle, that means you own both the virtual circuit and the physical connection it runs on (cross-connect or cross-connect group), so you specify all the information in the mapping. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv4 addresses. If you're a provider, then you own the physical connection that the customer's virtual circuit runs on, so you contribute information about the cross-connect or cross-connect group and VLAN. Who specifies the BGP peering information in the case of customer connection via provider? If the BGP session goes from Oracle to the provider's edge router, then the provider also specifies the BGP peering information. If the BGP session instead goes from Oracle to the customer's edge router, then the customer specifies the BGP peering information. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv4 addresses. Every `CrossConnectMapping` must have BGP IPv4 peering addresses. BGP IPv6 peering addresses are optional. If BGP IPv6 addresses are provided, the customer can exchange IPv6 routes with Oracle. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CrossConnectMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param bgp_md5_auth_key: The value to assign to the bgp_md5_auth_key property of this CrossConnectMapping. :type bgp_md5_auth_key: str :param cross_connect_or_cross_connect_group_id: The value to assign to the cross_connect_or_cross_connect_group_id property of this CrossConnectMapping. :type cross_connect_or_cross_connect_group_id: str :param customer_bgp_peering_ip: The value to assign to the customer_bgp_peering_ip property of this CrossConnectMapping. :type customer_bgp_peering_ip: str :param oracle_bgp_peering_ip: The value to assign to the oracle_bgp_peering_ip property of this CrossConnectMapping. :type oracle_bgp_peering_ip: str :param customer_bgp_peering_ipv6: The value to assign to the customer_bgp_peering_ipv6 property of this CrossConnectMapping. :type customer_bgp_peering_ipv6: str :param oracle_bgp_peering_ipv6: The value to assign to the oracle_bgp_peering_ipv6 property of this CrossConnectMapping. :type oracle_bgp_peering_ipv6: str :param vlan: The value to assign to the vlan property of this CrossConnectMapping. :type vlan: int �str�int)�bgp_md5_auth_key�'cross_connect_or_cross_connect_group_id�customer_bgp_peering_ip�oracle_bgp_peering_ip�customer_bgp_peering_ipv6�oracle_bgp_peering_ipv6�vlanZ bgpMd5AuthKeyZ!crossConnectOrCrossConnectGroupIdZcustomerBgpPeeringIpZoracleBgpPeeringIpZcustomerBgpPeeringIpv6ZoracleBgpPeeringIpv6r N) Z swagger_typesZ attribute_map�_bgp_md5_auth_key�(_cross_connect_or_cross_connect_group_id�_customer_bgp_peering_ip�_oracle_bgp_peering_ip�_customer_bgp_peering_ipv6�_oracle_bgp_peering_ipv6�_vlan)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/core/models/cross_connect_mapping.py�__init__. s. #�� zCrossConnectMapping.__init__c C s | j S )af Gets the bgp_md5_auth_key of this CrossConnectMapping. The key for BGP MD5 authentication. Only applicable if your system requires MD5 authentication. If empty or not set (null), that means you don't use BGP MD5 authentication. :return: The bgp_md5_auth_key of this CrossConnectMapping. :rtype: str �r �r r r r r l s z$CrossConnectMapping.bgp_md5_auth_keyc C s || _ dS )au Sets the bgp_md5_auth_key of this CrossConnectMapping. The key for BGP MD5 authentication. Only applicable if your system requires MD5 authentication. If empty or not set (null), that means you don't use BGP MD5 authentication. :param bgp_md5_auth_key: The bgp_md5_auth_key of this CrossConnectMapping. :type: str Nr )r r r r r r z s c C s | j S )aJ Gets the cross_connect_or_cross_connect_group_id of this CrossConnectMapping. The `OCID`__ of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The cross_connect_or_cross_connect_group_id of this CrossConnectMapping. :rtype: str �r r r r r r � s z;CrossConnectMapping.cross_connect_or_cross_connect_group_idc C s || _ dS )ap Sets the cross_connect_or_cross_connect_group_id of this CrossConnectMapping. The `OCID`__ of the cross-connect or cross-connect group for this mapping. Specified by the owner of the cross-connect or cross-connect group (the customer if the customer is colocated with Oracle, or the provider if the customer is connecting via provider). __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param cross_connect_or_cross_connect_group_id: The cross_connect_or_cross_connect_group_id of this CrossConnectMapping. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the customer_bgp_peering_ip of this CrossConnectMapping. The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a subnet mask from /28 to /31. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv4 addresses. Example: `10.0.0.18/31` :return: The customer_bgp_peering_ip of this CrossConnectMapping. :rtype: str �r r r r r r � s z+CrossConnectMapping.customer_bgp_peering_ipc C s || _ dS )a� Sets the customer_bgp_peering_ip of this CrossConnectMapping. The BGP IPv4 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv4 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv4 address of the provider's edge router. Must use a subnet mask from /28 to /31. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv4 addresses. Example: `10.0.0.18/31` :param customer_bgp_peering_ip: The customer_bgp_peering_ip of this CrossConnectMapping. :type: str Nr )r r r r r r � s c C s | j S )aq Gets the oracle_bgp_peering_ip of this CrossConnectMapping. The IPv4 address for Oracle's end of the BGP session. Must use a subnet mask from /28 to /31. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv4 addresses. Example: `10.0.0.19/31` :return: The oracle_bgp_peering_ip of this CrossConnectMapping. :rtype: str �r r r r r r � s z)CrossConnectMapping.oracle_bgp_peering_ipc C s || _ dS )a� Sets the oracle_bgp_peering_ip of this CrossConnectMapping. The IPv4 address for Oracle's end of the BGP session. Must use a subnet mask from /28 to /31. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv4 addresses. Example: `10.0.0.19/31` :param oracle_bgp_peering_ip: The oracle_bgp_peering_ip of this CrossConnectMapping. :type: str Nr )r r r r r r � s c C s | j S )a� Gets the customer_bgp_peering_ipv6 of this CrossConnectMapping. The BGP IPv6 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv6 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv6 address of the provider's edge router. Only subnet masks from /64 up to /127 are allowed. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv6 addresses. IPv6 addressing is supported for all commercial and government regions. See `IPv6 Addresses`__. Example: `2001:db8::1/64` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm :return: The customer_bgp_peering_ipv6 of this CrossConnectMapping. :rtype: str �r r r r r r � s z-CrossConnectMapping.customer_bgp_peering_ipv6c C s || _ dS )a� Sets the customer_bgp_peering_ipv6 of this CrossConnectMapping. The BGP IPv6 address for the router on the other end of the BGP session from Oracle. Specified by the owner of that router. If the session goes from Oracle to a customer, this is the BGP IPv6 address of the customer's edge router. If the session goes from Oracle to a provider, this is the BGP IPv6 address of the provider's edge router. Only subnet masks from /64 up to /127 are allowed. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv6 addresses. IPv6 addressing is supported for all commercial and government regions. See `IPv6 Addresses`__. Example: `2001:db8::1/64` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm :param customer_bgp_peering_ipv6: The customer_bgp_peering_ipv6 of this CrossConnectMapping. :type: str Nr! )r r r r r r s c C s | j S )aF Gets the oracle_bgp_peering_ipv6 of this CrossConnectMapping. The IPv6 address for Oracle's end of the BGP session. Only subnet masks from /64 up to /127 are allowed. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv6 addresses. Note that IPv6 addressing is currently supported only in certain regions. See `IPv6 Addresses`__. Example: `2001:db8::2/64` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm :return: The oracle_bgp_peering_ipv6 of this CrossConnectMapping. :rtype: str �r r r r r r * s z+CrossConnectMapping.oracle_bgp_peering_ipv6c C s || _ dS )a\ Sets the oracle_bgp_peering_ipv6 of this CrossConnectMapping. The IPv6 address for Oracle's end of the BGP session. Only subnet masks from /64 up to /127 are allowed. If the session goes from Oracle to a customer's edge router, the customer specifies this information. If the session goes from Oracle to a provider's edge router, the provider specifies this. There's one exception: for a public virtual circuit, Oracle specifies the BGP IPv6 addresses. Note that IPv6 addressing is currently supported only in certain regions. See `IPv6 Addresses`__. Example: `2001:db8::2/64` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm :param oracle_bgp_peering_ipv6: The oracle_bgp_peering_ipv6 of this CrossConnectMapping. :type: str Nr"