📂 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
›
jms_java_downloads
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms_java_downloads/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: java_download_token_summary.cpython-39.pyc
a ���f�d � @ 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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"edDdE� �Z#e#jdFdE� �Z#dGdH� Z$dIdJ� Z%dKdL� Z&dMS )N�JavaDownloadTokenSummaryz+ Summary of the JavaDownloadToken. �ACTIVE�CREATING�DELETED�DELETING�FAILED�NEEDS_ATTENTION�UPDATING�EXPIRED�REVOKING�REVOKEDc K s� dddddddddddddddddddd�| _ d d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new JavaDownloadTokenSummary 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 JavaDownloadTokenSummary. :type id: str :param display_name: The value to assign to the display_name property of this JavaDownloadTokenSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this JavaDownloadTokenSummary. :type compartment_id: str :param created_by: The value to assign to the created_by property of this JavaDownloadTokenSummary. :type created_by: oci.jms_java_downloads.models.Principal :param last_updated_by: The value to assign to the last_updated_by property of this JavaDownloadTokenSummary. :type last_updated_by: oci.jms_java_downloads.models.Principal :param description: The value to assign to the description property of this JavaDownloadTokenSummary. :type description: str :param value: The value to assign to the value property of this JavaDownloadTokenSummary. :type value: str :param time_created: The value to assign to the time_created property of this JavaDownloadTokenSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this JavaDownloadTokenSummary. :type time_updated: datetime :param time_last_used: The value to assign to the time_last_used property of this JavaDownloadTokenSummary. :type time_last_used: datetime :param time_expires: The value to assign to the time_expires property of this JavaDownloadTokenSummary. :type time_expires: datetime :param java_version: The value to assign to the java_version property of this JavaDownloadTokenSummary. :type java_version: str :param license_type: The value to assign to the license_type property of this JavaDownloadTokenSummary. :type license_type: list[oci.jms_java_downloads.models.LicenseType] :param is_default: The value to assign to the is_default property of this JavaDownloadTokenSummary. :type is_default: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this JavaDownloadTokenSummary. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "NEEDS_ATTENTION", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this JavaDownloadTokenSummary. Allowed values for this property are: "EXPIRED", "REVOKING", "REVOKED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this JavaDownloadTokenSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this JavaDownloadTokenSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this JavaDownloadTokenSummary. :type system_tags: dict(str, dict(str, object)) �strZ PrincipalZdatetimezlist[LicenseType]�boolzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id� created_by�last_updated_by�description�value�time_created�time_updated�time_last_used�time_expires�java_version�license_type� is_default�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZ createdByZ lastUpdatedByr r ZtimeCreatedZtimeUpdatedZtimeLastUsedZtimeExpiresZjavaVersionZlicenseTypeZ isDefaultZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_created_by�_last_updated_by�_description�_value� _time_created� _time_updated�_time_last_used� _time_expires� _java_version� _license_type�_is_default�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r; �]/usr/lib/python3.9/site-packages/oci/jms_java_downloads/models/java_download_token_summary.py�__init__: sv W��z!JavaDownloadTokenSummary.__init__c C s | j S )a **[Required]** Gets the id of this JavaDownloadTokenSummary. The `OCID`__ of the JavaDownloadToken. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this JavaDownloadTokenSummary. :rtype: str �r&