ruạṛ
a ���f-j � @ 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 ZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Z e jd+d*� �Z ed,d-� �Z!e!jd.d-� �Z!ed/d0� �Z"e"jd1d0� �Z"ed2d3� �Z#e#jd4d3� �Z#ed5d6� �Z$e$jd7d6� �Z$ed8d9� �Z%e%jd:d9� �Z%ed;d<� �Z&e&jd=d<� �Z&ed>d?� �Z'e'jd@d?� �Z'edAdB� �Z(e(jdCdB� �Z(edDdE� �Z)e)jdFdE� �Z)edGdH� �Z*e*jdIdH� �Z*edJdK� �Z+e+jdLdK� �Z+edMdN� �Z,e,jdOdN� �Z,edPdQ� �Z-e-jdRdQ� �Z-edSdT� �Z.e.jdUdT� �Z.edVdW� �Z/e/jdXdW� �Z/dYdZ� Z0d[d\� Z1d]d^� Z2d_S )`�SoftwareSourcez= A software source contains a collection of packages �IA_32�X86_64�AARCH64�SPARC�AMD64_DEBIAN�SHA1�SHA256�SHA384�SHA512�NORMAL�UNREACHABLE�ERROR�WARNING�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddddddddddd�| _ ddd d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new SoftwareSource 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 SoftwareSource. :type id: str :param compartment_id: The value to assign to the compartment_id property of this SoftwareSource. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SoftwareSource. :type display_name: str :param description: The value to assign to the description property of this SoftwareSource. :type description: str :param repo_type: The value to assign to the repo_type property of this SoftwareSource. :type repo_type: str :param arch_type: The value to assign to the arch_type property of this SoftwareSource. Allowed values for this property are: "IA_32", "X86_64", "AARCH64", "SPARC", "AMD64_DEBIAN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type arch_type: str :param url: The value to assign to the url property of this SoftwareSource. :type url: str :param parent_id: The value to assign to the parent_id property of this SoftwareSource. :type parent_id: str :param parent_name: The value to assign to the parent_name property of this SoftwareSource. :type parent_name: str :param checksum_type: The value to assign to the checksum_type property of this SoftwareSource. Allowed values for this property are: "SHA1", "SHA256", "SHA384", "SHA512", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type checksum_type: str :param maintainer_name: The value to assign to the maintainer_name property of this SoftwareSource. :type maintainer_name: str :param maintainer_email: The value to assign to the maintainer_email property of this SoftwareSource. :type maintainer_email: str :param maintainer_phone: The value to assign to the maintainer_phone property of this SoftwareSource. :type maintainer_phone: str :param gpg_key_url: The value to assign to the gpg_key_url property of this SoftwareSource. :type gpg_key_url: str :param gpg_key_id: The value to assign to the gpg_key_id property of this SoftwareSource. :type gpg_key_id: str :param gpg_key_fingerprint: The value to assign to the gpg_key_fingerprint property of this SoftwareSource. :type gpg_key_fingerprint: str :param status: The value to assign to the status property of this SoftwareSource. Allowed values for this property are: "NORMAL", "UNREACHABLE", "ERROR", "WARNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this SoftwareSource. 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 packages: The value to assign to the packages property of this SoftwareSource. :type packages: int :param associated_managed_instances: The value to assign to the associated_managed_instances property of this SoftwareSource. :type associated_managed_instances: list[oci.os_management.models.Id] :param freeform_tags: The value to assign to the freeform_tags property of this SoftwareSource. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SoftwareSource. :type defined_tags: dict(str, dict(str, object)) �str�intzlist[Id]zdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�description� repo_type� arch_type�url� parent_id�parent_name� checksum_type�maintainer_name�maintainer_email�maintainer_phone�gpg_key_url� gpg_key_id�gpg_key_fingerprint�status�lifecycle_state�packages�associated_managed_instances� freeform_tags�defined_tagsr Z compartmentIdZdisplayNamer ZrepoTypeZarchTyper"