📂 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
›
streaming
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/streaming/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connect_harness.cpython-39.pyc
a ���fW. � @ 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 ))�ConnectHarnessz7 Detailed representation of a connect harness. �CREATING�ACTIVE�DELETING�DELETED�FAILED�UPDATINGc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )au Initializes a new ConnectHarness object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ConnectHarness. :type name: str :param id: The value to assign to the id property of this ConnectHarness. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ConnectHarness. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ConnectHarness. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this ConnectHarness. :type lifecycle_state_details: str :param time_created: The value to assign to the time_created property of this ConnectHarness. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ConnectHarness. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ConnectHarness. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�name�id�compartment_id�lifecycle_state�lifecycle_state_details�time_created� freeform_tags�defined_tagsr r Z compartmentIdZlifecycleStateZlifecycleStateDetailsZtimeCreatedZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_name�_id�_compartment_id�_lifecycle_state�_lifecycle_state_details� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/streaming/models/connect_harness.py�__init__* s4 )��zConnectHarness.__init__c C s | j S )a **[Required]** Gets the name of this ConnectHarness. The name of the connect harness. Avoid entering confidential information. Example: `JDBCConnector` :return: The name of this ConnectHarness. :rtype: str �r �r r r r! r q s zConnectHarness.namec C s || _ dS )z� Sets the name of this ConnectHarness. The name of the connect harness. Avoid entering confidential information. Example: `JDBCConnector` :param name: The name of this ConnectHarness. :type: str Nr# )r r r r r! r s c C s | j S )z� **[Required]** Gets the id of this ConnectHarness. The OCID of the connect harness. :return: The id of this ConnectHarness. :rtype: str �r r$ r r r! r � s zConnectHarness.idc C s || _ dS )z� Sets the id of this ConnectHarness. The OCID of the connect harness. :param id: The id of this ConnectHarness. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the compartment_id of this ConnectHarness. The OCID of the compartment that contains the connect harness. :return: The compartment_id of this ConnectHarness. :rtype: str �r r$ r r r! r � s zConnectHarness.compartment_idc C s || _ dS )z� Sets the compartment_id of this ConnectHarness. The OCID of the compartment that contains the connect harness. :param compartment_id: The compartment_id of this ConnectHarness. :type: str Nr&