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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ReplicationEstimatez; Details for response from replication estimation. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new ReplicationEstimate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param change_rate_in_m_bps: The value to assign to the change_rate_in_m_bps property of this ReplicationEstimate. :type change_rate_in_m_bps: int :param is_replication_supported: The value to assign to the is_replication_supported property of this ReplicationEstimate. :type is_replication_supported: bool :param minimum_supported_interval_in_minutes: The value to assign to the minimum_supported_interval_in_minutes property of this ReplicationEstimate. :type minimum_supported_interval_in_minutes: int :param estimated_base_copy_time_in_minutes: The value to assign to the estimated_base_copy_time_in_minutes property of this ReplicationEstimate. :type estimated_base_copy_time_in_minutes: int :param allowed_target_regions: The value to assign to the allowed_target_regions property of this ReplicationEstimate. :type allowed_target_regions: list[str] �int�boolz list[str])�change_rate_in_m_bps�is_replication_supported�%minimum_supported_interval_in_minutes�#estimated_base_copy_time_in_minutes�allowed_target_regionsZchangeRateInMBpsZisReplicationSupportedZ!minimumSupportedIntervalInMinutesZestimatedBaseCopyTimeInMinutesZallowedTargetRegionsN)Z swagger_typesZ attribute_map�_change_rate_in_m_bps�_is_replication_supported�&_minimum_supported_interval_in_minutes�$_estimated_base_copy_time_in_minutes�_allowed_target_regions)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/file_storage/models/replication_estimate.py�__init__ s"