📂 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_details.cpython-39.pyc
a ���f�L � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd� �Z e jdd� �Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�CrossConnectMappingDetailsa� For use with Oracle Cloud Infrastructure FastConnect. Each :class:`VirtualCircuit` runs on one or more cross-connects or cross-connect groups. A `CrossConnectMappingDetails` contains the properties for an individual cross-connect or cross-connect group associated with a given virtual circuit. The details includes information about the cross-connect or cross-connect group, the VLAN, and the BGP peering session. �UP�DOWNc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )ax Initializes a new CrossConnectMappingDetails 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 CrossConnectMappingDetails. :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 CrossConnectMappingDetails. :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 CrossConnectMappingDetails. :type customer_bgp_peering_ip: str :param oracle_bgp_peering_ip: The value to assign to the oracle_bgp_peering_ip property of this CrossConnectMappingDetails. :type oracle_bgp_peering_ip: str :param customer_bgp_peering_ipv6: The value to assign to the customer_bgp_peering_ipv6 property of this CrossConnectMappingDetails. :type customer_bgp_peering_ipv6: str :param oracle_bgp_peering_ipv6: The value to assign to the oracle_bgp_peering_ipv6 property of this CrossConnectMappingDetails. :type oracle_bgp_peering_ipv6: str :param vlan: The value to assign to the vlan property of this CrossConnectMappingDetails. :type vlan: int :param ipv4_bgp_status: The value to assign to the ipv4_bgp_status property of this CrossConnectMappingDetails. Allowed values for this property are: "UP", "DOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type ipv4_bgp_status: str :param ipv6_bgp_status: The value to assign to the ipv6_bgp_status property of this CrossConnectMappingDetails. Allowed values for this property are: "UP", "DOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type ipv6_bgp_status: str :param oci_logical_device_name: The value to assign to the oci_logical_device_name property of this CrossConnectMappingDetails. :type oci_logical_device_name: str �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�vlan�ipv4_bgp_status�ipv6_bgp_status�oci_logical_device_nameZ bgpMd5AuthKeyZ!crossConnectOrCrossConnectGroupIdZcustomerBgpPeeringIpZoracleBgpPeeringIpZcustomerBgpPeeringIpv6ZoracleBgpPeeringIpv6r Z ipv4BgpStatusZ ipv6BgpStatusZociLogicalDeviceNameN)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�_ipv4_bgp_status�_ipv6_bgp_status�_oci_logical_device_name)�self�kwargs� r! �Q/usr/lib/python3.9/site-packages/oci/core/models/cross_connect_mapping_details.py�__init__) s@ 3�� z#CrossConnectMappingDetails.__init__c C s | j S )at Gets the bgp_md5_auth_key of this CrossConnectMappingDetails. 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 CrossConnectMappingDetails. :rtype: str �r �r r! r! r"