📂 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
›
tenant_manager_control_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/tenant_manager_control_plane/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: link_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 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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�LinkSummaryzM The summary of a link between a parent tenancy and a child tenancy. �CREATING�ACTIVE�INACTIVE�UPDATING�FAILED� TERMINATEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new LinkSummary 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 LinkSummary. :type id: str :param parent_tenancy_id: The value to assign to the parent_tenancy_id property of this LinkSummary. :type parent_tenancy_id: str :param child_tenancy_id: The value to assign to the child_tenancy_id property of this LinkSummary. :type child_tenancy_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this LinkSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "FAILED", "TERMINATED", '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 LinkSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LinkSummary. :type time_updated: datetime :param time_terminated: The value to assign to the time_terminated property of this LinkSummary. :type time_terminated: datetime �strZdatetime)�id�parent_tenancy_id�child_tenancy_id�lifecycle_state�time_created�time_updated�time_terminatedr ZparentTenancyIdZchildTenancyIdZlifecycleStateZtimeCreatedZtimeUpdatedZtimeTerminatedN) Z swagger_typesZ attribute_map�_id�_parent_tenancy_id�_child_tenancy_id�_lifecycle_state� _time_created� _time_updated�_time_terminated)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/tenant_manager_control_plane/models/link_summary.py�__init__* s. %�� zLinkSummary.__init__c C s | j S )z� **[Required]** Gets the id of this LinkSummary. OCID of the link. :return: The id of this LinkSummary. :rtype: str �r �r r r r r j s zLinkSummary.idc C s || _ dS )z� Sets the id of this LinkSummary. OCID of the link. :param id: The id of this LinkSummary. :type: str Nr! )r r r r r r v s c C s | j S )z� **[Required]** Gets the parent_tenancy_id of this LinkSummary. OCID of the parent tenancy. :return: The parent_tenancy_id of this LinkSummary. :rtype: str �r r"