📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cross_connect_mapping_details.pyc
a N��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_name� bgpMd5AuthKey�!crossConnectOrCrossConnectGroupId�customerBgpPeeringIp�oracleBgpPeeringIp�customerBgpPeeringIpv6�oracleBgpPeeringIpv6r � ipv4BgpStatus� ipv6BgpStatus�ociLogicalDeviceNameN)� swagger_types� 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, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/cross_connect_mapping_details.py�__init__'