📂 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
›
governance_rules_control_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/governance_rules_control_plane/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tenancy_attachment.cpython-39.pyc
a ���fs/ � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�TenancyAttachmentzb Tenancy attachment associates a tenancy to a governance rule via an inclusion criterion. �CREATING�ACTIVE�UPDATING�NEEDS_ATTENTION�DELETING�DELETEDc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new TenancyAttachment 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 TenancyAttachment. :type id: str :param compartment_id: The value to assign to the compartment_id property of this TenancyAttachment. :type compartment_id: str :param governance_rule_id: The value to assign to the governance_rule_id property of this TenancyAttachment. :type governance_rule_id: str :param tenancy_id: The value to assign to the tenancy_id property of this TenancyAttachment. :type tenancy_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this TenancyAttachment. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this TenancyAttachment. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TenancyAttachment. :type time_updated: datetime :param time_last_attempted: The value to assign to the time_last_attempted property of this TenancyAttachment. :type time_last_attempted: datetime �strZdatetime)�id�compartment_id�governance_rule_id� tenancy_id�lifecycle_state�time_created�time_updated�time_last_attemptedr Z compartmentIdZgovernanceRuleIdZ tenancyIdZlifecycleStateZtimeCreatedZtimeUpdatedZtimeLastAttemptedN) Z swagger_typesZ attribute_map�_id�_compartment_id�_governance_rule_id�_tenancy_id�_lifecycle_state� _time_created� _time_updated�_time_last_attempted)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/governance_rules_control_plane/models/tenancy_attachment.py�__init__* s4 )��zTenancyAttachment.__init__c C s | j S )a **[Required]** Gets the id of this TenancyAttachment. The Oracle ID (`OCID`__) of the tenancy attachment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this TenancyAttachment. :rtype: str �r �r r r r! r q s zTenancyAttachment.idc C s || _ dS )a Sets the id of this TenancyAttachment. The Oracle ID (`OCID`__) of the tenancy attachment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this TenancyAttachment. :type: str Nr# )r r r r r! r s c C s | j S )aW **[Required]** Gets the compartment_id of this TenancyAttachment. The Oracle ID (`OCID`__) of the root compartment containing the tenancy attachment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this TenancyAttachment. :rtype: str �r r$ r r r! r � s z TenancyAttachment.compartment_idc C s || _ dS )aU Sets the compartment_id of this TenancyAttachment. The Oracle ID (`OCID`__) of the root compartment containing the tenancy attachment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this TenancyAttachment. :type: str Nr% )r r r r r! r � s c C s | j S )a{ **[Required]** Gets the governance_rule_id of this TenancyAttachment. The Oracle ID (`OCID`__) of the governance rule. Every tenancy attachment is associated with a governance rule. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The governance_rule_id of this TenancyAttachment. :rtype: str �r r$ r r r! r � s z$TenancyAttachment.governance_rule_idc C s || _ dS )a} Sets the governance_rule_id of this TenancyAttachment. The Oracle ID (`OCID`__) of the governance rule. Every tenancy attachment is associated with a governance rule. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param governance_rule_id: The governance_rule_id of this TenancyAttachment. :type: str Nr&