o
    ɶdك                     @   s8   d dl mZmZmZ d dlmZ eG dd deZdS )    )formatted_flat_dictNONE_SENTINEL#value_allowed_none_or_none_sentinel)init_model_state_from_kwargsc                   @   s  e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZdZdZdZdZdZdZdZdZdZdZdZdZdd Zedd Zejdd Zedd Zejdd Zedd Zejdd Zed d! Z e jd"d! Z ed#d$ Z!e!jd%d$ Z!ed&d' Z"e"jd(d' Z"ed)d* Z#e#jd+d* Z#ed,d- Z$e$jd.d- Z$ed/d0 Z%e%jd1d0 Z%ed2d3 Z&e&jd4d3 Z&ed5d6 Z'e'jd7d6 Z'ed8d9 Z(e(jd:d9 Z(ed;d< Z)e)jd=d< Z)ed>d? Z*e*jd@d? Z*edAdB Z+e+jdCdB Z+edDdE Z,e,jdFdE Z,edGdH Z-e-jdIdH Z-edJdK Z.e.jdLdK Z.edMdN Z/e/jdOdN Z/edPdQ Z0e0jdRdQ Z0edSdT Z1e1jdUdT Z1edVdW Z2e2jdXdW Z2edYdZ Z3e3jd[dZ Z3d\d] Z4d^d_ Z5d`da Z6dbS )cOdaInstancez5
    Description of `OdaServiceInstance` object.
    DEVELOPMENT
PRODUCTIONCREATINGUPDATINGACTIVEINACTIVEDELETINGDELETEDFAILEDSTARTINGSTOPPINGCHANGING_COMPARTMENT"ACTIVATING_CUSTOMER_ENCRYPTION_KEY UPDATING_CUSTOMER_ENCRYPTION_KEY$DEACTIVATING_CUSTOMER_ENCRYPTION_KEYDELETE_PENDING
RECOVERINGPURGINGQUEUEDc                 K   s  i ddddddddddddddd	d
dd
ddddddddddddddddddddddd| _ i ddddddddddddddd	ddd dd!dd"dd#dd$dd%dd&dd'dd(d)d*d+d,d-d.d| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _	d/| _
d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/| _d/S )0aB  
        Initializes a new OdaInstance 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 OdaInstance.
        :type id: str

        :param display_name:
            The value to assign to the display_name property of this OdaInstance.
        :type display_name: str

        :param description:
            The value to assign to the description property of this OdaInstance.
        :type description: str

        :param compartment_id:
            The value to assign to the compartment_id property of this OdaInstance.
        :type compartment_id: str

        :param shape_name:
            The value to assign to the shape_name property of this OdaInstance.
            Allowed values for this property are: "DEVELOPMENT", "PRODUCTION", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type shape_name: str

        :param web_app_url:
            The value to assign to the web_app_url property of this OdaInstance.
        :type web_app_url: str

        :param connector_url:
            The value to assign to the connector_url property of this OdaInstance.
        :type connector_url: str

        :param time_created:
            The value to assign to the time_created property of this OdaInstance.
        :type time_created: datetime

        :param time_updated:
            The value to assign to the time_updated property of this OdaInstance.
        :type time_updated: datetime

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this OdaInstance.
            Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "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 lifecycle_sub_state:
            The value to assign to the lifecycle_sub_state property of this OdaInstance.
            Allowed values for this property are: "CREATING", "STARTING", "STOPPING", "CHANGING_COMPARTMENT", "ACTIVATING_CUSTOMER_ENCRYPTION_KEY", "UPDATING_CUSTOMER_ENCRYPTION_KEY", "DEACTIVATING_CUSTOMER_ENCRYPTION_KEY", "DELETING", "DELETE_PENDING", "RECOVERING", "UPDATING", "PURGING", "QUEUED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_sub_state: str

        :param state_message:
            The value to assign to the state_message property of this OdaInstance.
        :type state_message: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this OdaInstance.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this OdaInstance.
        :type defined_tags: dict(str, dict(str, object))

        :param is_role_based_access:
            The value to assign to the is_role_based_access property of this OdaInstance.
        :type is_role_based_access: bool

        :param identity_domain:
            The value to assign to the identity_domain property of this OdaInstance.
        :type identity_domain: str

        :param identity_app_guid:
            The value to assign to the identity_app_guid property of this OdaInstance.
        :type identity_app_guid: str

        :param identity_app_console_url:
            The value to assign to the identity_app_console_url property of this OdaInstance.
        :type identity_app_console_url: str

        :param imported_package_names:
            The value to assign to the imported_package_names property of this OdaInstance.
        :type imported_package_names: list[str]

        :param imported_package_ids:
            The value to assign to the imported_package_ids property of this OdaInstance.
        :type imported_package_ids: list[str]

        :param attachment_types:
            The value to assign to the attachment_types property of this OdaInstance.
        :type attachment_types: list[str]

        :param attachment_ids:
            The value to assign to the attachment_ids property of this OdaInstance.
        :type attachment_ids: list[str]

        :param restricted_operations:
            The value to assign to the restricted_operations property of this OdaInstance.
        :type restricted_operations: list[oci.oda.models.RestrictedOperation]

        idstrdisplay_namedescriptioncompartment_id
shape_nameweb_app_urlconnector_urltime_createddatetimetime_updatedlifecycle_statelifecycle_sub_statestate_messagefreeform_tagszdict(str, str)defined_tagszdict(str, dict(str, object))is_role_based_accessboolidentity_domainidentity_app_guidz	list[str]zlist[RestrictedOperation])identity_app_console_urlimported_package_namesimported_package_idsattachment_typesattachment_idsrestricted_operationsZdisplayNameZcompartmentIdZ	shapeNameZ	webAppUrlZconnectorUrlZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleSubStateZstateMessageZfreeformTagsZdefinedTagsZisRoleBasedAccessZidentityDomainZidentityAppGuidZidentityAppConsoleUrlZimportedPackageNamesZimportedPackageIdsZattachmentTypesZattachmentIdsZrestrictedOperationsN)Zswagger_typesZattribute_map_id_display_name_description_compartment_id_shape_name_web_app_url_connector_url_time_created_time_updated_lifecycle_state_lifecycle_sub_state_state_message_freeform_tags_defined_tags_is_role_based_access_identity_domain_identity_app_guid_identity_app_console_url_imported_package_names_imported_package_ids_attachment_types_attachment_ids_restricted_operations)selfkwargs rM   ?usr/lib/python3.10/site-packages/oci/oda/models/oda_instance.py__init__j   s   h	

	


zOdaInstance.__init__c                 C      | j S )z
        **[Required]** Gets the id of this OdaInstance.
        Unique immutable identifier that was assigned when the instance was created.


        :return: The id of this OdaInstance.
        :rtype: str
        r4   rK   rM   rM   rN   r        
zOdaInstance.idc                 C   
   || _ dS )z
        Sets the id of this OdaInstance.
        Unique immutable identifier that was assigned when the instance was created.


        :param id: The id of this OdaInstance.
        :type: str
        NrQ   )rK   r   rM   rM   rN   r   *     

c                 C   rP   )a  
        Gets the display_name of this OdaInstance.
        User-defined name for the Digital Assistant instance. Avoid entering confidential information.
        You can change this value.


        :return: The display_name of this OdaInstance.
        :rtype: str
        r5   rR   rM   rM   rN   r   6     zOdaInstance.display_namec                 C   rT   )a  
        Sets the display_name of this OdaInstance.
        User-defined name for the Digital Assistant instance. Avoid entering confidential information.
        You can change this value.


        :param display_name: The display_name of this OdaInstance.
        :type: str
        NrV   )rK   r   rM   rM   rN   r   C     
c                 C   rP   )z
        Gets the description of this OdaInstance.
        Description of the Digital Assistant instance.


        :return: The description of this OdaInstance.
        :rtype: str
        r6   rR   rM   rM   rN   r   P  rS   zOdaInstance.descriptionc                 C   rT   )z
        Sets the description of this OdaInstance.
        Description of the Digital Assistant instance.


        :param description: The description of this OdaInstance.
        :type: str
        NrY   )rK   r   rM   rM   rN   r   \  rU   c                 C   rP   )z
        **[Required]** Gets the compartment_id of this OdaInstance.
        Identifier of the compartment that the instance belongs to.


        :return: The compartment_id of this OdaInstance.
        :rtype: str
        r7   rR   rM   rM   rN   r   h  rS   zOdaInstance.compartment_idc                 C   rT   )z
        Sets the compartment_id of this OdaInstance.
        Identifier of the compartment that the instance belongs to.


        :param compartment_id: The compartment_id of this OdaInstance.
        :type: str
        NrZ   )rK   r   rM   rM   rN   r   t  rU   c                 C   rP   )a{  
        **[Required]** Gets the shape_name of this OdaInstance.
        Shape or size of the instance.

        Allowed values for this property are: "DEVELOPMENT", "PRODUCTION", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The shape_name of this OdaInstance.
        :rtype: str
        )r8   rR   rM   rM   rN   r        zOdaInstance.shape_namec                 C   s    ddg}t ||sd}|| _dS )z
        Sets the shape_name of this OdaInstance.
        Shape or size of the instance.


        :param shape_name: The shape_name of this OdaInstance.
        :type: str
        r   r   UNKNOWN_ENUM_VALUEN)r   r8   )rK   r   allowed_valuesrM   rM   rN   r        


c                 C   rP   )z
        Gets the web_app_url of this OdaInstance.
        URL for the Digital Assistant web application that's associated with the instance.


        :return: The web_app_url of this OdaInstance.
        :rtype: str
        r9   rR   rM   rM   rN   r      rS   zOdaInstance.web_app_urlc                 C   rT   )z
        Sets the web_app_url of this OdaInstance.
        URL for the Digital Assistant web application that's associated with the instance.


        :param web_app_url: The web_app_url of this OdaInstance.
        :type: str
        Nr_   )rK   r    rM   rM   rN   r      rU   c                 C   rP   )z
        Gets the connector_url of this OdaInstance.
        URL for the connector's endpoint.


        :return: The connector_url of this OdaInstance.
        :rtype: str
        r:   rR   rM   rM   rN   r!     rS   zOdaInstance.connector_urlc                 C   rT   )z
        Sets the connector_url of this OdaInstance.
        URL for the connector's endpoint.


        :param connector_url: The connector_url of this OdaInstance.
        :type: str
        Nr`   )rK   r!   rM   rM   rN   r!     rU   c                 C   rP   )a6  
        Gets the time_created of this OdaInstance.
        When the Digital Assistant instance was created. A date-time string as described in `RFC 3339`__, section 14.29.

        __ https://tools.ietf.org/rfc/rfc3339


        :return: The time_created of this OdaInstance.
        :rtype: datetime
        r;   rR   rM   rM   rN   r"        zOdaInstance.time_createdc                 C   rT   )aA  
        Sets the time_created of this OdaInstance.
        When the Digital Assistant instance was created. A date-time string as described in `RFC 3339`__, section 14.29.

        __ https://tools.ietf.org/rfc/rfc3339


        :param time_created: The time_created of this OdaInstance.
        :type: datetime
        Nra   )rK   r"   rM   rM   rN   r"        
c                 C   rP   )a<  
        Gets the time_updated of this OdaInstance.
        When the Digital Assistance instance was last updated. A date-time string as described in `RFC 3339`__, section 14.29.

        __ https://tools.ietf.org/rfc/rfc3339


        :return: The time_updated of this OdaInstance.
        :rtype: datetime
        r<   rR   rM   rM   rN   r$     rb   zOdaInstance.time_updatedc                 C   rT   )aG  
        Sets the time_updated of this OdaInstance.
        When the Digital Assistance instance was last updated. A date-time string as described in `RFC 3339`__, section 14.29.

        __ https://tools.ietf.org/rfc/rfc3339


        :param time_updated: The time_updated of this OdaInstance.
        :type: datetime
        Nrd   )rK   r$   rM   rM   rN   r$     rc   c                 C   rP   )a  
        Gets the lifecycle_state of this OdaInstance.
        The current state of the Digital Assistant instance.

        Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this OdaInstance.
        :rtype: str
        )r=   rR   rM   rM   rN   r%     r[   zOdaInstance.lifecycle_statec                 C       g d}t ||sd}|| _dS )z
        Sets the lifecycle_state of this OdaInstance.
        The current state of the Digital Assistant instance.


        :param lifecycle_state: The lifecycle_state of this OdaInstance.
        :type: str
        )r	   r
   r   r   r   r   r   r\   N)r   r=   )rK   r%   r]   rM   rM   rN   r%     r^   c                 C   rP   )av  
        Gets the lifecycle_sub_state of this OdaInstance.
        The current sub-state of the Digital Assistant instance.

        Allowed values for this property are: "CREATING", "STARTING", "STOPPING", "CHANGING_COMPARTMENT", "ACTIVATING_CUSTOMER_ENCRYPTION_KEY", "UPDATING_CUSTOMER_ENCRYPTION_KEY", "DEACTIVATING_CUSTOMER_ENCRYPTION_KEY", "DELETING", "DELETE_PENDING", "RECOVERING", "UPDATING", "PURGING", "QUEUED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_sub_state of this OdaInstance.
        :rtype: str
        )r>   rR   rM   rM   rN   r&   $  r[   zOdaInstance.lifecycle_sub_statec                 C   re   )z
        Sets the lifecycle_sub_state of this OdaInstance.
        The current sub-state of the Digital Assistant instance.


        :param lifecycle_sub_state: The lifecycle_sub_state of this OdaInstance.
        :type: str
        )r	   r   r   r   r   r   r   r   r   r   r
   r   r   r\   N)r   r>   )rK   r&   r]   rM   rM   rN   r&   3  r^   c                 C   rP   )a*  
        Gets the state_message of this OdaInstance.
        A message that describes the current state in more detail.
        For example, actionable information about an instance that's in the `FAILED` state.


        :return: The state_message of this OdaInstance.
        :rtype: str
        r?   rR   rM   rM   rN   r'   B  rW   zOdaInstance.state_messagec                 C   rT   )a6  
        Sets the state_message of this OdaInstance.
        A message that describes the current state in more detail.
        For example, actionable information about an instance that's in the `FAILED` state.


        :param state_message: The state_message of this OdaInstance.
        :type: str
        Nrf   )rK   r'   rM   rM   rN   r'   O  rX   c                 C   rP   )a  
        Gets the freeform_tags of this OdaInstance.
        Simple key-value pair that is applied without any predefined name, type, or scope.
        Example: `{"bar-key": "value"}`


        :return: The freeform_tags of this OdaInstance.
        :rtype: dict(str, str)
        r@   rR   rM   rM   rN   r(   \  rW   zOdaInstance.freeform_tagsc                 C   rT   )a%  
        Sets the freeform_tags of this OdaInstance.
        Simple key-value pair that is applied without any predefined name, type, or scope.
        Example: `{"bar-key": "value"}`


        :param freeform_tags: The freeform_tags of this OdaInstance.
        :type: dict(str, str)
        Nrg   )rK   r(   rM   rM   rN   r(   i  rX   c                 C   rP   )a3  
        Gets the defined_tags of this OdaInstance.
        Usage of predefined tag keys. These predefined keys are scoped to namespaces.
        Example: `{"foo-namespace": {"bar-key": "value"}}`


        :return: The defined_tags of this OdaInstance.
        :rtype: dict(str, dict(str, object))
        rA   rR   rM   rM   rN   r)   v  rW   zOdaInstance.defined_tagsc                 C   rT   )a>  
        Sets the defined_tags of this OdaInstance.
        Usage of predefined tag keys. These predefined keys are scoped to namespaces.
        Example: `{"foo-namespace": {"bar-key": "value"}}`


        :param defined_tags: The defined_tags of this OdaInstance.
        :type: dict(str, dict(str, object))
        Nrh   )rK   r)   rM   rM   rN   r)     rX   c                 C   rP   )aK  
        Gets the is_role_based_access of this OdaInstance.
        Should this Digital Assistant instance use role-based authorization via an identity domain (true) or use the default policy-based authorization via IAM policies (false)


        :return: The is_role_based_access of this OdaInstance.
        :rtype: bool
        rB   rR   rM   rM   rN   r*     rS   z OdaInstance.is_role_based_accessc                 C   rT   )a^  
        Sets the is_role_based_access of this OdaInstance.
        Should this Digital Assistant instance use role-based authorization via an identity domain (true) or use the default policy-based authorization via IAM policies (false)


        :param is_role_based_access: The is_role_based_access of this OdaInstance.
        :type: bool
        Nri   )rK   r*   rM   rM   rN   r*     rU   c                 C   rP   )a  
        Gets the identity_domain of this OdaInstance.
        If isRoleBasedAccess is set to true, this property specifies the identity domain that is to be used to implement this type of authorzation. Digital Assistant will create an Identity Application instance and Application Roles within this identity domain. The caller may then perform and user roll mappings they like to grant access to users within the identity domain.


        :return: The identity_domain of this OdaInstance.
        :rtype: str
        rC   rR   rM   rM   rN   r,     rS   zOdaInstance.identity_domainc                 C   rT   )a  
        Sets the identity_domain of this OdaInstance.
        If isRoleBasedAccess is set to true, this property specifies the identity domain that is to be used to implement this type of authorzation. Digital Assistant will create an Identity Application instance and Application Roles within this identity domain. The caller may then perform and user roll mappings they like to grant access to users within the identity domain.


        :param identity_domain: The identity_domain of this OdaInstance.
        :type: str
        Nrj   )rK   r,   rM   rM   rN   r,     rU   c                 C   rP   )a  
        Gets the identity_app_guid of this OdaInstance.
        If isRoleBasedAccess is set to true, this property specifies the GUID of the Identity Application instance Digital Assistant has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this Digital Assistant instance for users within the identity domain.


        :return: The identity_app_guid of this OdaInstance.
        :rtype: str
        rD   rR   rM   rM   rN   r-     rS   zOdaInstance.identity_app_guidc                 C   rT   )a  
        Sets the identity_app_guid of this OdaInstance.
        If isRoleBasedAccess is set to true, this property specifies the GUID of the Identity Application instance Digital Assistant has created inside the user-specified identity domain. This identity application instance may be used to host user roll mappings to grant access to this Digital Assistant instance for users within the identity domain.


        :param identity_app_guid: The identity_app_guid of this OdaInstance.
        :type: str
        Nrk   )rK   r-   rM   rM   rN   r-     rU   c                 C   rP   )a  
        Gets the identity_app_console_url of this OdaInstance.
        If isRoleBasedAccess is set to true, this property specifies the URL for the administration console used to manage the Identity Application instance Digital Assistant has created inside the user-specified identity domain.


        :return: The identity_app_console_url of this OdaInstance.
        :rtype: str
        rE   rR   rM   rM   rN   r.     rS   z$OdaInstance.identity_app_console_urlc                 C   rT   )a  
        Sets the identity_app_console_url of this OdaInstance.
        If isRoleBasedAccess is set to true, this property specifies the URL for the administration console used to manage the Identity Application instance Digital Assistant has created inside the user-specified identity domain.


        :param identity_app_console_url: The identity_app_console_url of this OdaInstance.
        :type: str
        Nrl   )rK   r.   rM   rM   rN   r.     rU   c                 C   rP   )a3  
        Gets the imported_package_names of this OdaInstance.
        A list of package names imported into this instance (if any). Use importedPackageIds field to get the details of the imported packages.


        :return: The imported_package_names of this OdaInstance.
        :rtype: list[str]
        rF   rR   rM   rM   rN   r/     rS   z"OdaInstance.imported_package_namesc                 C   rT   )aH  
        Sets the imported_package_names of this OdaInstance.
        A list of package names imported into this instance (if any). Use importedPackageIds field to get the details of the imported packages.


        :param imported_package_names: The imported_package_names of this OdaInstance.
        :type: list[str]
        Nrm   )rK   r/   rM   rM   rN   r/     rU   c                 C   rP   )a'  
        Gets the imported_package_ids of this OdaInstance.
        A list of package ids imported into this instance (if any). Use GetImportedPackage to get the details of the imported packages.


        :return: The imported_package_ids of this OdaInstance.
        :rtype: list[str]
        rG   rR   rM   rM   rN   r0     rS   z OdaInstance.imported_package_idsc                 C   rT   )a:  
        Sets the imported_package_ids of this OdaInstance.
        A list of package ids imported into this instance (if any). Use GetImportedPackage to get the details of the imported packages.


        :param imported_package_ids: The imported_package_ids of this OdaInstance.
        :type: list[str]
        Nrn   )rK   r0   rM   rM   rN   r0     rU   c                 C   rP   )a  
        Gets the attachment_types of this OdaInstance.
        A list of attachment types for this instance (if any). Use attachmentIds to get the details of the attachments.


        :return: The attachment_types of this OdaInstance.
        :rtype: list[str]
        rH   rR   rM   rM   rN   r1      rS   zOdaInstance.attachment_typesc                 C   rT   )a  
        Sets the attachment_types of this OdaInstance.
        A list of attachment types for this instance (if any). Use attachmentIds to get the details of the attachments.


        :param attachment_types: The attachment_types of this OdaInstance.
        :type: list[str]
        Nro   )rK   r1   rM   rM   rN   r1   ,  rU   c                 C   rP   )a  
        Gets the attachment_ids of this OdaInstance.
        A list of attachment identifiers for this instance (if any). Use GetOdaInstanceAttachment to get the details of the attachments.


        :return: The attachment_ids of this OdaInstance.
        :rtype: list[str]
        rI   rR   rM   rM   rN   r2   8  rS   zOdaInstance.attachment_idsc                 C   rT   )a)  
        Sets the attachment_ids of this OdaInstance.
        A list of attachment identifiers for this instance (if any). Use GetOdaInstanceAttachment to get the details of the attachments.


        :param attachment_ids: The attachment_ids of this OdaInstance.
        :type: list[str]
        Nrp   )rK   r2   rM   rM   rN   r2   D  rU   c                 C   rP   )aa  
        Gets the restricted_operations of this OdaInstance.
        A list of restricted operations (across all attachments) for this instance (if any). Use GetOdaInstanceAttachment to get the details of the attachments.


        :return: The restricted_operations of this OdaInstance.
        :rtype: list[oci.oda.models.RestrictedOperation]
        rJ   rR   rM   rM   rN   r3   P  rS   z!OdaInstance.restricted_operationsc                 C   rT   )au  
        Sets the restricted_operations of this OdaInstance.
        A list of restricted operations (across all attachments) for this instance (if any). Use GetOdaInstanceAttachment to get the details of the attachments.


        :param restricted_operations: The restricted_operations of this OdaInstance.
        :type: list[oci.oda.models.RestrictedOperation]
        Nrq   )rK   r3   rM   rM   rN   r3   \  rU   c                 C   s   t | S N)r   rR   rM   rM   rN   __repr__h  s   zOdaInstance.__repr__c                 C   s   |d u rdS | j |j kS )NF)__dict__rK   otherrM   rM   rN   __eq__k  s   zOdaInstance.__eq__c                 C   s
   | |k S rr   rM   ru   rM   rM   rN   __ne__q  s   
zOdaInstance.__ne__N)7__name__
__module____qualname____doc__ZSHAPE_NAME_DEVELOPMENTZSHAPE_NAME_PRODUCTIONZLIFECYCLE_STATE_CREATINGZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_ACTIVEZLIFECYCLE_STATE_INACTIVEZLIFECYCLE_STATE_DELETINGZLIFECYCLE_STATE_DELETEDZLIFECYCLE_STATE_FAILEDZLIFECYCLE_SUB_STATE_CREATINGZLIFECYCLE_SUB_STATE_STARTINGZLIFECYCLE_SUB_STATE_STOPPINGZ(LIFECYCLE_SUB_STATE_CHANGING_COMPARTMENTZ6LIFECYCLE_SUB_STATE_ACTIVATING_CUSTOMER_ENCRYPTION_KEYZ4LIFECYCLE_SUB_STATE_UPDATING_CUSTOMER_ENCRYPTION_KEYZ8LIFECYCLE_SUB_STATE_DEACTIVATING_CUSTOMER_ENCRYPTION_KEYZLIFECYCLE_SUB_STATE_DELETINGZ"LIFECYCLE_SUB_STATE_DELETE_PENDINGZLIFECYCLE_SUB_STATE_RECOVERINGZLIFECYCLE_SUB_STATE_UPDATINGZLIFECYCLE_SUB_STATE_PURGINGZLIFECYCLE_SUB_STATE_QUEUEDrO   propertyr   setterr   r   r   r   r    r!   r"   r$   r%   r&   r'   r(   r)   r*   r,   r-   r.   r/   r0   r1   r2   r3   rs   rw   rx   rM   rM   rM   rN   r      s     5













































r   N)Zoci.utilr   r   r   Zoci.decoratorsr   objectr   rM   rM   rM   rN   <module>   s   