📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cross_connect_status.cpython-39.pyc
a ���f�4 � @ 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 ZdZdZdZdZdZdZdZ dZ dZdZd Z d ZdZdd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�CrossConnectStatusz* The status of the cross-connect. �UP�DOWN�NO_LIGHT�LOW_WARN� HIGH_WARN�BAD�GOOD�CIPHER_MISMATCH�CKN_MISMATCH�CAK_MISMATCHc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )aL Initializes a new CrossConnectStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cross_connect_id: The value to assign to the cross_connect_id property of this CrossConnectStatus. :type cross_connect_id: str :param interface_state: The value to assign to the interface_state property of this CrossConnectStatus. 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 interface_state: str :param light_level_ind_bm: The value to assign to the light_level_ind_bm property of this CrossConnectStatus. :type light_level_ind_bm: float :param light_level_indicator: The value to assign to the light_level_indicator property of this CrossConnectStatus. Allowed values for this property are: "NO_LIGHT", "LOW_WARN", "HIGH_WARN", "BAD", "GOOD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type light_level_indicator: str :param encryption_status: The value to assign to the encryption_status property of this CrossConnectStatus. Allowed values for this property are: "UP", "DOWN", "CIPHER_MISMATCH", "CKN_MISMATCH", "CAK_MISMATCH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type encryption_status: str :param light_levels_in_d_bm: The value to assign to the light_levels_in_d_bm property of this CrossConnectStatus. :type light_levels_in_d_bm: list[float] �str�floatzlist[float])�cross_connect_id�interface_state�light_level_ind_bm�light_level_indicator�encryption_status�light_levels_in_d_bmZcrossConnectIdZinterfaceStateZlightLevelIndBmZlightLevelIndicatorZencryptionStatusZlightLevelsInDBmN)Z swagger_typesZ attribute_map�_cross_connect_id�_interface_state�_light_level_ind_bm�_light_level_indicator�_encryption_status�_light_levels_in_d_bm)�self�kwargs� r! �H/usr/lib/python3.9/site-packages/oci/core/models/cross_connect_status.py�__init__B s( %� � zCrossConnectStatus.__init__c C s | j S )a1 **[Required]** Gets the cross_connect_id of this CrossConnectStatus. The `OCID`__ of the cross-connect. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The cross_connect_id of this CrossConnectStatus. :rtype: str �r �r r! r! r"