📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: drg_redundancy_status.pyc
a N��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 )ag 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str �str)�id�statusr r N)� swagger_types� attribute_map�_id�_status)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/drg_redundancy_status.py�__init__3 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 P 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 )aH 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this DrgRedundancyStatus. :rtype: str )r r r r r r l s zDrgRedundancyStatus.statusc C s g d�}t ||�sd}|| _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 �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_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"