📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: task_record.cpython-39.pyc
a ���f�G � @ 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 Zdd� Z ed d� �Zejdd� �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/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zd:d;� Zd<d=� Z d>d?� Z!d@S )A� TaskRecordz$ Description of TaskRecord. �USER_DEFINED�ORACLE_DEFINED�SYSTEM_DEFINED�ACTIVE�INACTIVE�DELETED�DELETING�FAILED�UPDATINGc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a. Initializes a new TaskRecord 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 TaskRecord. :type id: str :param display_name: The value to assign to the display_name property of this TaskRecord. :type display_name: str :param description: The value to assign to the description property of this TaskRecord. :type description: str :param type: The value to assign to the type property of this TaskRecord. Allowed values for this property are: "USER_DEFINED", "ORACLE_DEFINED", "SYSTEM_DEFINED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this TaskRecord. Allowed values for this property are: "ACTIVE", "INACTIVE", "DELETED", "DELETING", "FAILED", "UPDATING", '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 TaskRecord. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TaskRecord. :type time_updated: datetime :param details: The value to assign to the details property of this TaskRecord. :type details: oci.fleet_apps_management.models.Details :param lifecycle_details: The value to assign to the lifecycle_details property of this TaskRecord. :type lifecycle_details: str :param version: The value to assign to the version property of this TaskRecord. :type version: str :param compartment_id: The value to assign to the compartment_id property of this TaskRecord. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this TaskRecord. :type resource_region: str :param freeform_tags: The value to assign to the freeform_tags property of this TaskRecord. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this TaskRecord. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this TaskRecord. :type system_tags: dict(str, dict(str, object)) �strZdatetimeZDetailszdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�type�lifecycle_state�time_created�time_updated�details�lifecycle_details�version�compartment_id�resource_region� freeform_tags�defined_tags�system_tagsr ZdisplayNamer r ZlifecycleStateZtimeCreatedZtimeUpdatedr ZlifecycleDetailsr Z compartmentIdZresourceRegionZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_type�_lifecycle_state� _time_created� _time_updated�_details�_lifecycle_details�_version�_compartment_id�_resource_region�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r1 �P/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/task_record.py�__init__6 s^ G��zTaskRecord.__init__c C s | j S )z� **[Required]** Gets the id of this TaskRecord. The OCID of the resource. :return: The id of this TaskRecord. :rtype: str �r �r/ r1 r1 r2 r � s z TaskRecord.idc C s || _ dS )z� Sets the id of this TaskRecord. The OCID of the resource. :param id: The id of this TaskRecord. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )a: **[Required]** Gets the display_name of this TaskRecord. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :return: The display_name of this TaskRecord. :rtype: str �r! r5 r1 r1 r2 r � s zTaskRecord.display_namec C s || _ dS )a6 Sets the display_name of this TaskRecord. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My new resource` :param display_name: The display_name of this TaskRecord. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )a Gets the description of this TaskRecord. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information. :return: The description of this TaskRecord. :rtype: str �r"