ruạṛ
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 @ st e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�GenericArtifactz' The metadata of the artifact. � AVAILABLE�DELETING�DELETEDc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new GenericArtifact 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 GenericArtifact. :type id: str :param display_name: The value to assign to the display_name property of this GenericArtifact. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this GenericArtifact. :type compartment_id: str :param repository_id: The value to assign to the repository_id property of this GenericArtifact. :type repository_id: str :param artifact_path: The value to assign to the artifact_path property of this GenericArtifact. :type artifact_path: str :param version: The value to assign to the version property of this GenericArtifact. :type version: str :param sha256: The value to assign to the sha256 property of this GenericArtifact. :type sha256: str :param size_in_bytes: The value to assign to the size_in_bytes property of this GenericArtifact. :type size_in_bytes: int :param lifecycle_state: The value to assign to the lifecycle_state property of this GenericArtifact. Allowed values for this property are: "AVAILABLE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this GenericArtifact. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this GenericArtifact. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this GenericArtifact. :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� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/generic_artifact.py�__init__ sL 9��zGenericArtifact.__init__c C s | j S )aI **[Required]** Gets the id of this GenericArtifact. 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 GenericArtifact. :rtype: str �r$ �r0 r2 r2 r3 r s zGenericArtifact.idc C s || _ dS )a; Sets the id of this GenericArtifact. 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 GenericArtifact. :type: str Nr5 )r0 r r2 r2 r3 r � s c C s | j S )aj **[Required]** Gets the display_name of this GenericArtifact. 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 GenericArtifact. :rtype: str �r% r6 r2 r2 r3 r � s zGenericArtifact.display_namec C s || _ dS )af Sets the display_name of this GenericArtifact. 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` :param display_name: The display_name of this GenericArtifact. :type: str Nr7 )r0 r r2 r2 r3 r � s c C s | j S )a2 **[Required]** Gets the compartment_id of this GenericArtifact. The `OCID`__ of the repository's compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this GenericArtifact. :rtype: str �r&