📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
artifacts
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/artifacts/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generic_artifact_summary.pyc
a N��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 @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�GenericArtifactSummaryz. Summary information for an artifact. c K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new GenericArtifactSummary 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 GenericArtifactSummary. :type id: str :param display_name: The value to assign to the display_name property of this GenericArtifactSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this GenericArtifactSummary. :type compartment_id: str :param repository_id: The value to assign to the repository_id property of this GenericArtifactSummary. :type repository_id: str :param artifact_path: The value to assign to the artifact_path property of this GenericArtifactSummary. :type artifact_path: str :param version: The value to assign to the version property of this GenericArtifactSummary. :type version: str :param sha256: The value to assign to the sha256 property of this GenericArtifactSummary. :type sha256: str :param size_in_bytes: The value to assign to the size_in_bytes property of this GenericArtifactSummary. :type size_in_bytes: int :param lifecycle_state: The value to assign to the lifecycle_state property of this GenericArtifactSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this GenericArtifactSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this GenericArtifactSummary. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this GenericArtifactSummary. :type time_created: datetime �str�intzdict(str, str)zdict(str, dict(str, object))�datetime)�id�display_name�compartment_id� repository_id� artifact_path�version�sha256� size_in_bytes�lifecycle_state� freeform_tags�defined_tags�time_createdr �displayName� compartmentId�repositoryId�artifactPathr r �sizeInBytes�lifecycleState�freeformTags�definedTags�timeCreatedN)� swagger_types� attribute_map�_id� _display_name�_compartment_id�_repository_id�_artifact_path�_version�_sha256�_size_in_bytes�_lifecycle_state�_freeform_tags� _defined_tags� _time_created)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/generic_artifact_summary.py�__init__ sL 7��zGenericArtifactSummary.__init__c C s | j S )aW **[Required]** Gets the id of this GenericArtifactSummary. The `OCID`__ of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this GenericArtifactSummary. :rtype: str �r! �r- r/ r/ r0 r q s zGenericArtifactSummary.idc C s || _ dS )aI Sets the id of this GenericArtifactSummary. The `OCID`__ of the artifact. Example: `ocid1.genericartifact.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this GenericArtifactSummary. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )ax **[Required]** Gets the display_name of this GenericArtifactSummary. The artifact name with the format of `<artifact-path>:<artifact-version>`. The artifact name is truncated to a maximum length of 255. Example: `project01/my-web-app/artifact-abc:1.0.0` :return: The display_name of this GenericArtifactSummary. :rtype: str �r"