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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DeploymentExecutionProgressz9 The execution progress details of a deployment. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a! Initializes a new DeploymentExecutionProgress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_started: The value to assign to the time_started property of this DeploymentExecutionProgress. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this DeploymentExecutionProgress. :type time_finished: datetime :param deploy_stage_execution_progress: The value to assign to the deploy_stage_execution_progress property of this DeploymentExecutionProgress. :type deploy_stage_execution_progress: dict(str, DeployStageExecutionProgress) �datetimez'dict(str, DeployStageExecutionProgress))�time_started� time_finished�deploy_stage_execution_progress�timeStarted�timeFinished�deployStageExecutionProgressN)� swagger_types� attribute_map� _time_started�_time_finished� _deploy_stage_execution_progress)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/deployment_execution_progress.py�__init__ s ��z$DeploymentExecutionProgress.__init__c C s | j S )a/ Gets the time_started of this DeploymentExecutionProgress. Time the deployment is started. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :return: The time_started of this DeploymentExecutionProgress. :rtype: datetime �r �r r r r r 2 s z(DeploymentExecutionProgress.time_startedc C s || _ dS )a: Sets the time_started of this DeploymentExecutionProgress. Time the deployment is started. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :param time_started: The time_started of this DeploymentExecutionProgress. :type: datetime Nr )r r r r r r @ s c C s | j S )a2 Gets the time_finished of this DeploymentExecutionProgress. Time the deployment is finished. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :return: The time_finished of this DeploymentExecutionProgress. :rtype: datetime �r r r r r r N s z)DeploymentExecutionProgress.time_finishedc C s || _ dS )a> Sets the time_finished of this DeploymentExecutionProgress. Time the deployment is finished. Format defined by `RFC3339`__. __ https://datatracker.ietf.org/doc/html/rfc3339 :param time_finished: The time_finished of this DeploymentExecutionProgress. :type: datetime Nr )r r r r r r \ s c C s | j S )a8 Gets the deploy_stage_execution_progress of this DeploymentExecutionProgress. Map of stage OCIDs to deploy stage execution progress model. :return: The deploy_stage_execution_progress of this DeploymentExecutionProgress. :rtype: dict(str, DeployStageExecutionProgress) �r r r r r r j s z;DeploymentExecutionProgress.deploy_stage_execution_progressc C s || _ dS )aV Sets the deploy_stage_execution_progress of this DeploymentExecutionProgress. Map of stage OCIDs to deploy stage execution progress model. :param deploy_stage_execution_progress: The deploy_stage_execution_progress of this DeploymentExecutionProgress. :type: dict(str, DeployStageExecutionProgress) Nr )r r r r r r v s c C s t | �S �N)r r r r r �__repr__� s z$DeploymentExecutionProgress.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"DeploymentExecutionProgress.__eq__c C s | |k S r r r r r r �__ne__� s z"DeploymentExecutionProgress.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"