📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: drg_redundancy_status.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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�DrgRedundancyStatusz� The redundancy status of the DRG. For more information, see `Redundancy Remedies`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Troubleshoot/drgredundancy.htm � NOT_AVAILABLE� REDUNDANT�NOT_REDUNDANT_SINGLE_IPSEC�#NOT_REDUNDANT_SINGLE_VIRTUALCIRCUIT�NOT_REDUNDANT_MULTIPLE_IPSECS�&NOT_REDUNDANT_MULTIPLE_VIRTUALCIRCUITS�NOT_REDUNDANT_MIX_CONNECTIONS�NOT_REDUNDANT_NO_CONNECTIONc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new DrgRedundancyStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DrgRedundancyStatus. :type id: str :param status: The value to assign to the status property of this DrgRedundancyStatus. Allowed values for this property are: "NOT_AVAILABLE", "REDUNDANT", "NOT_REDUNDANT_SINGLE_IPSEC", "NOT_REDUNDANT_SINGLE_VIRTUALCIRCUIT", "NOT_REDUNDANT_MULTIPLE_IPSECS", "NOT_REDUNDANT_MULTIPLE_VIRTUALCIRCUITS", "NOT_REDUNDANT_MIX_CONNECTIONS", "NOT_REDUNDANT_NO_CONNECTION" :type status: str �str)�id�statusr r N)Z swagger_typesZ attribute_map�_id�_status)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/drg_redundancy_status.py�__init__5 s ��zDrgRedundancyStatus.__init__c C s | j S )z� Gets the id of this DrgRedundancyStatus. The `OCID`__ of the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this DrgRedundancyStatus. :rtype: str �r �r r r r r Q s zDrgRedundancyStatus.idc C s || _ dS )z� Sets the id of this DrgRedundancyStatus. The `OCID`__ of the DRG. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this DrgRedundancyStatus. :type: str Nr )r r r r r r _ s c C s | j S )a� Gets the status of this DrgRedundancyStatus. The redundancy status of the DRG. Allowed values for this property are: "NOT_AVAILABLE", "REDUNDANT", "NOT_REDUNDANT_SINGLE_IPSEC", "NOT_REDUNDANT_SINGLE_VIRTUALCIRCUIT", "NOT_REDUNDANT_MULTIPLE_IPSECS", "NOT_REDUNDANT_MULTIPLE_VIRTUALCIRCUITS", "NOT_REDUNDANT_MIX_CONNECTIONS", "NOT_REDUNDANT_NO_CONNECTION" :return: The status of this DrgRedundancyStatus. :rtype: str )r r r r r r m s zDrgRedundancyStatus.statusc C s* g d�}t ||�s td|� ���|| _dS )z� Sets the status of this DrgRedundancyStatus. The redundancy status of the DRG. :param status: The status of this DrgRedundancyStatus. :type: str )r r r r r r r r z3Invalid value for `status`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r { s �c C s t | �S �N)r r r r r �__repr__� s zDrgRedundancyStatus.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDrgRedundancyStatus.__eq__c C s | |k S r r r r r r �__ne__� s zDrgRedundancyStatus.__ne__N)�__name__� __module__�__qualname__�__doc__ZSTATUS_NOT_AVAILABLEZSTATUS_REDUNDANTZ!STATUS_NOT_REDUNDANT_SINGLE_IPSECZ*STATUS_NOT_REDUNDANT_SINGLE_VIRTUALCIRCUITZ$STATUS_NOT_REDUNDANT_MULTIPLE_IPSECSZ-STATUS_NOT_REDUNDANT_MULTIPLE_VIRTUALCIRCUITSZ$STATUS_NOT_REDUNDANT_MIX_CONNECTIONSZ"STATUS_NOT_REDUNDANT_NO_CONNECTIONr �propertyr �setterr r r! r"