📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oda_private_endpoint_attachment.cpython-39.opt-1.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 )&�OdaPrivateEndpointAttachmentzu ODA Private Endpoint Attachment is used to attach ODA Private Endpoint to ODA (Digital Assistant) Instance. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )aQ Initializes a new OdaPrivateEndpointAttachment 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 OdaPrivateEndpointAttachment. :type id: str :param oda_instance_id: The value to assign to the oda_instance_id property of this OdaPrivateEndpointAttachment. :type oda_instance_id: str :param oda_private_endpoint_id: The value to assign to the oda_private_endpoint_id property of this OdaPrivateEndpointAttachment. :type oda_private_endpoint_id: str :param compartment_id: The value to assign to the compartment_id property of this OdaPrivateEndpointAttachment. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this OdaPrivateEndpointAttachment. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", '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 OdaPrivateEndpointAttachment. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this OdaPrivateEndpointAttachment. :type time_updated: datetime �strZdatetime)�id�oda_instance_id�oda_private_endpoint_id�compartment_id�lifecycle_state�time_created�time_updatedr Z odaInstanceIdZodaPrivateEndpointIdZ compartmentIdZlifecycleStateZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_id�_oda_instance_id�_oda_private_endpoint_id�_compartment_id�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/oda/models/oda_private_endpoint_attachment.py�__init__* s. %�� z%OdaPrivateEndpointAttachment.__init__c C s | j S )a; **[Required]** Gets the id of this OdaPrivateEndpointAttachment. The `OCID`__ of the ODA Private Endpoint Attachment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this OdaPrivateEndpointAttachment. :rtype: str �r �r r r r r j s zOdaPrivateEndpointAttachment.idc C s || _ dS )a- Sets the id of this OdaPrivateEndpointAttachment. The `OCID`__ of the ODA Private Endpoint Attachment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this OdaPrivateEndpointAttachment. :type: str Nr! )r r r r r r x s c C s | j S )aK **[Required]** Gets the oda_instance_id of this OdaPrivateEndpointAttachment. The `OCID`__ of the attached ODA Instance. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The oda_instance_id of this OdaPrivateEndpointAttachment. :rtype: str �r r"