📂 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
›
delegate_access_control
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: delegation_control_resource_summary.cpython-39.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 Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )� DelegationControlResourceSummaryzQ Details of the resources that this Delegation Control is applicable to. �CREATED�APPLYING�APPLIED�APPLY_FAILED�UPDATING� UPDATE_FAILED�DELETING�DELETED�DELETION_FAILEDc K s( ddd�| _ ddd�| _d| _d| _dS )a4 Initializes a new DelegationControlResourceSummary 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 DelegationControlResourceSummary. :type id: str :param resource_status: The value to assign to the resource_status property of this DelegationControlResourceSummary. Allowed values for this property are: "CREATED", "APPLYING", "APPLIED", "APPLY_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED", "DELETION_FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_status: str �str)�id�resource_statusr ZresourceStatusN)Z swagger_typesZ attribute_map�_id�_resource_status)�self�kwargs� r �j/usr/lib/python3.9/site-packages/oci/delegate_access_control/models/delegation_control_resource_summary.py�__init__6 s ��z)DelegationControlResourceSummary.__init__c C s | j S )z� Gets the id of this DelegationControlResourceSummary. OCID of the resource. :return: The id of this DelegationControlResourceSummary. :rtype: str �r �r r r r r S s z#DelegationControlResourceSummary.idc C s || _ dS )z� Sets the id of this DelegationControlResourceSummary. OCID of the resource. :param id: The id of this DelegationControlResourceSummary. :type: str Nr )r r r r r r _ s c C s | j S )a Gets the resource_status of this DelegationControlResourceSummary. The current status of the resource in Delegation Control. Allowed values for this property are: "CREATED", "APPLYING", "APPLIED", "APPLY_FAILED", "UPDATING", "UPDATE_FAILED", "DELETING", "DELETED", "DELETION_FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The resource_status of this DelegationControlResourceSummary. :rtype: str )r r r r r r k s z0DelegationControlResourceSummary.resource_statusc C s g d�}t ||�sd}|| _dS )a Sets the resource_status of this DelegationControlResourceSummary. The current status of the resource in Delegation Control. :param resource_status: The resource_status of this DelegationControlResourceSummary. :type: str ) r r r r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r z s c C s t | �S �N)r r r r r �__repr__� s z)DelegationControlResourceSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'DelegationControlResourceSummary.__eq__c C s | |k S r r r r r r �__ne__� s z'DelegationControlResourceSummary.__ne__N)�__name__� __module__�__qualname__�__doc__ZRESOURCE_STATUS_CREATEDZRESOURCE_STATUS_APPLYINGZRESOURCE_STATUS_APPLIEDZRESOURCE_STATUS_APPLY_FAILEDZRESOURCE_STATUS_UPDATINGZRESOURCE_STATUS_UPDATE_FAILEDZRESOURCE_STATUS_DELETINGZRESOURCE_STATUS_DELETEDZRESOURCE_STATUS_DELETION_FAILEDr �propertyr �setterr r r! r"