ruạṛ
a ���f�5 � @ 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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�NodeReplaceConfigurationz= The information about the NodeReplaceConfiguration. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILED�INSTANCE_STATUS�INSTANCE_ACCESSIBILITY_STATUSc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )ab Initializes a new NodeReplaceConfiguration 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 NodeReplaceConfiguration. :type id: str :param bds_instance_id: The value to assign to the bds_instance_id property of this NodeReplaceConfiguration. :type bds_instance_id: str :param display_name: The value to assign to the display_name property of this NodeReplaceConfiguration. :type display_name: str :param level_type_details: The value to assign to the level_type_details property of this NodeReplaceConfiguration. :type level_type_details: oci.bds.models.LevelTypeDetails :param lifecycle_state: The value to assign to the lifecycle_state property of this NodeReplaceConfiguration. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "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 time_created: The value to assign to the time_created property of this NodeReplaceConfiguration. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this NodeReplaceConfiguration. :type time_updated: datetime :param metric_type: The value to assign to the metric_type property of this NodeReplaceConfiguration. Allowed values for this property are: "INSTANCE_STATUS", "INSTANCE_ACCESSIBILITY_STATUS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type metric_type: str :param duration_in_minutes: The value to assign to the duration_in_minutes property of this NodeReplaceConfiguration. :type duration_in_minutes: int �strZLevelTypeDetailsZdatetime�int) �id�bds_instance_id�display_name�level_type_details�lifecycle_state�time_created�time_updated�metric_type�duration_in_minutesr Z bdsInstanceIdZdisplayNameZlevelTypeDetailsZlifecycleStateZtimeCreatedZtimeUpdatedZ metricTypeZdurationInMinutesN)Z swagger_typesZ attribute_map�_id�_bds_instance_id� _display_name�_level_type_details�_lifecycle_state� _time_created� _time_updated�_metric_type�_duration_in_minutes)�self�kwargs� r% �M/usr/lib/python3.9/site-packages/oci/bds/models/node_replace_configuration.py�__init__2 s: /� �z!NodeReplaceConfiguration.__init__c C s | j S )z� **[Required]** Gets the id of this NodeReplaceConfiguration. The unique identifier for the NodeReplaceConfiguration. :return: The id of this NodeReplaceConfiguration. :rtype: str �r �r# r% r% r&