ruạṛ
a ���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 @ s� 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� �Zdd� Zdd� Zdd� ZdS ) �DeploymentDiagnosticDatazD Information regarding the deployment diagnostic collection �IN_PROGRESS� SUCCEEDED�FAILEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new DeploymentDiagnosticData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this DeploymentDiagnosticData. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this DeploymentDiagnosticData. :type bucket_name: str :param object_name: The value to assign to the object_name property of this DeploymentDiagnosticData. :type object_name: str :param diagnostic_state: The value to assign to the diagnostic_state property of this DeploymentDiagnosticData. Allowed values for this property are: "IN_PROGRESS", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type diagnostic_state: str :param time_diagnostic_start: The value to assign to the time_diagnostic_start property of this DeploymentDiagnosticData. :type time_diagnostic_start: datetime :param time_diagnostic_end: The value to assign to the time_diagnostic_end property of this DeploymentDiagnosticData. :type time_diagnostic_end: datetime �strZdatetime)�namespace_name�bucket_name�object_name�diagnostic_state�time_diagnostic_start�time_diagnostic_endZ namespaceNameZ bucketNameZ objectNameZdiagnosticStateZtimeDiagnosticStartZtimeDiagnosticEndN)Z swagger_typesZ attribute_map�_namespace_name�_bucket_name�_object_name�_diagnostic_state�_time_diagnostic_start�_time_diagnostic_end)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/golden_gate/models/deployment_diagnostic_data.py�__init__ s( !� � z!DeploymentDiagnosticData.__init__c C s | j S )a **[Required]** Gets the namespace_name of this DeploymentDiagnosticData. Name of namespace that serves as a container for all of your buckets :return: The namespace_name of this DeploymentDiagnosticData. :rtype: str �r �r r r r r W s z'DeploymentDiagnosticData.namespace_namec C s || _ dS )a Sets the namespace_name of this DeploymentDiagnosticData. Name of namespace that serves as a container for all of your buckets :param namespace_name: The namespace_name of this DeploymentDiagnosticData. :type: str Nr )r r r r r r c s c C s | j S )a **[Required]** Gets the bucket_name of this DeploymentDiagnosticData. Name of the bucket where the object is to be uploaded in the object storage :return: The bucket_name of this DeploymentDiagnosticData. :rtype: str �r r r r r r o s z$DeploymentDiagnosticData.bucket_namec C s || _ dS )z� Sets the bucket_name of this DeploymentDiagnosticData. Name of the bucket where the object is to be uploaded in the object storage :param bucket_name: The bucket_name of this DeploymentDiagnosticData. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the object_name of this DeploymentDiagnosticData. Name of the diagnostic collected and uploaded to object storage :return: The object_name of this DeploymentDiagnosticData. :rtype: str �r r r r r r � s z$DeploymentDiagnosticData.object_namec C s || _ dS )z� Sets the object_name of this DeploymentDiagnosticData. Name of the diagnostic collected and uploaded to object storage :param object_name: The object_name of this DeploymentDiagnosticData. :type: str Nr )r r r r r r � s c C s | j S )a� **[Required]** Gets the diagnostic_state of this DeploymentDiagnosticData. The state of the deployment diagnostic collection. Allowed values for this property are: "IN_PROGRESS", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The diagnostic_state of this DeploymentDiagnosticData. :rtype: str )r r r r r r � s z)DeploymentDiagnosticData.diagnostic_statec C s g d�}t ||�sd}|| _dS )z� Sets the diagnostic_state of this DeploymentDiagnosticData. The state of the deployment diagnostic collection. :param diagnostic_state: The diagnostic_state of this DeploymentDiagnosticData. :type: str )r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )a� Gets the time_diagnostic_start of this DeploymentDiagnosticData. The time from which the diagnostic collection should collect the logs. The format is defined by `RFC3339`__, such as `2016-08-25T21:10:29.600Z`. __ https://tools.ietf.org/html/rfc3339 :return: The time_diagnostic_start of this DeploymentDiagnosticData. :rtype: datetime �r r r r r r � s z.DeploymentDiagnosticData.time_diagnostic_startc C s || _ dS )a� Sets the time_diagnostic_start of this DeploymentDiagnosticData. The time from which the diagnostic collection should collect the logs. The format is defined by `RFC3339`__, such as `2016-08-25T21:10:29.600Z`. __ https://tools.ietf.org/html/rfc3339 :param time_diagnostic_start: The time_diagnostic_start of this DeploymentDiagnosticData. :type: datetime Nr )r r r r r r � s c C s | j S )a� Gets the time_diagnostic_end of this DeploymentDiagnosticData. The time until which the diagnostic collection should collect the logs. The format is defined by `RFC3339`__, such as `2016-08-25T21:10:29.600Z`. __ https://tools.ietf.org/html/rfc3339 :return: The time_diagnostic_end of this DeploymentDiagnosticData. :rtype: datetime �r r r r r r � s z,DeploymentDiagnosticData.time_diagnostic_endc C s || _ dS )a� Sets the time_diagnostic_end of this DeploymentDiagnosticData. The time until which the diagnostic collection should collect the logs. The format is defined by `RFC3339`__, such as `2016-08-25T21:10:29.600Z`. __ https://tools.ietf.org/html/rfc3339 :param time_diagnostic_end: The time_diagnostic_end of this DeploymentDiagnosticData. :type: datetime Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z!DeploymentDiagnosticData.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zDeploymentDiagnosticData.__eq__c C s | |k S r"