📂 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
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_attachment.cpython-39.opt-1.pyc
a ���f�A � @ 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 ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Z d9S ):�ServiceAttachmentz+ Description of ServiceAttachment. �DIGITAL_ASSISTANT�INTEGRATION_CLOUD�ANALYTICS_WAREHOUSE�VBCS�VISUAL_BUILDER_STUDIO�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new ServiceAttachment 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 ServiceAttachment. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ServiceAttachment. :type compartment_id: str :param service_instance_id: The value to assign to the service_instance_id property of this ServiceAttachment. :type service_instance_id: str :param display_name: The value to assign to the display_name property of this ServiceAttachment. :type display_name: str :param service_instance_type: The value to assign to the service_instance_type property of this ServiceAttachment. Allowed values for this property are: "DIGITAL_ASSISTANT", "INTEGRATION_CLOUD", "ANALYTICS_WAREHOUSE", "VBCS", "VISUAL_BUILDER_STUDIO", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type service_instance_type: str :param service_url: The value to assign to the service_url property of this ServiceAttachment. :type service_url: str :param time_created: The value to assign to the time_created property of this ServiceAttachment. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ServiceAttachment. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ServiceAttachment. 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 is_sku_based: The value to assign to the is_sku_based property of this ServiceAttachment. :type is_sku_based: bool :param freeform_tags: The value to assign to the freeform_tags property of this ServiceAttachment. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ServiceAttachment. :type defined_tags: dict(str, dict(str, object)) �strZdatetime�boolzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�service_instance_id�display_name�service_instance_type�service_url�time_created�time_updated�lifecycle_state�is_sku_based� freeform_tags�defined_tagsr Z compartmentIdZserviceInstanceIdZdisplayNameZserviceInstanceTypeZ serviceUrlZtimeCreatedZtimeUpdatedZlifecycleStateZ isSkuBasedZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_service_instance_id� _display_name�_service_instance_type�_service_url� _time_created� _time_updated�_lifecycle_state� _is_sku_based�_freeform_tags� _defined_tags)�self�kwargs� r. �M/usr/lib/python3.9/site-packages/oci/fusion_apps/models/service_attachment.py�__init__>