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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1� NodeBackupz2 The information about the Node's backup. �MANUAL� SCHEDULED�FULL�INCREMENTAL�CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILED�PARTIALc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )av Initializes a new NodeBackup 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 NodeBackup. :type id: str :param display_name: The value to assign to the display_name property of this NodeBackup. :type display_name: str :param node_instance_id: The value to assign to the node_instance_id property of this NodeBackup. :type node_instance_id: str :param node_host_name: The value to assign to the node_host_name property of this NodeBackup. :type node_host_name: str :param backup_trigger_type: The value to assign to the backup_trigger_type property of this NodeBackup. Allowed values for this property are: "MANUAL", "SCHEDULED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type backup_trigger_type: str :param node_backup_config_id: The value to assign to the node_backup_config_id property of this NodeBackup. :type node_backup_config_id: str :param backup_type: The value to assign to the backup_type property of this NodeBackup. Allowed values for this property are: "FULL", "INCREMENTAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type backup_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NodeBackup. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "PARTIAL", '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 NodeBackup. :type time_created: datetime �strZdatetime) �id�display_name�node_instance_id�node_host_name�backup_trigger_type�node_backup_config_id�backup_type�lifecycle_state�time_createdr ZdisplayNameZnodeInstanceIdZnodeHostNameZbackupTriggerTypeZnodeBackupConfigIdZ backupTypeZlifecycleStateZtimeCreatedN)Z swagger_typesZ attribute_map�_id� _display_name�_node_instance_id�_node_host_name�_backup_trigger_type�_node_backup_config_id�_backup_type�_lifecycle_state� _time_created)�self�kwargs� r'