ruạṛ
a ���f�1 � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�ConsoleHistorya� An instance's serial console data. It includes configuration messages that occur when the instance boots, such as kernel and BIOS messages, and is useful for checking the status of the instance or diagnosing problems. The console data is minimally formatted ASCII text. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. � REQUESTED�GETTING-HISTORY� SUCCEEDED�FAILEDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new ConsoleHistory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this ConsoleHistory. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this ConsoleHistory. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ConsoleHistory. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ConsoleHistory. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ConsoleHistory. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this ConsoleHistory. :type id: str :param instance_id: The value to assign to the instance_id property of this ConsoleHistory. :type instance_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ConsoleHistory. Allowed values for this property are: "REQUESTED", "GETTING-HISTORY", "SUCCEEDED", "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 ConsoleHistory. :type time_created: datetime �strzdict(str, dict(str, object))zdict(str, str)Zdatetime) �availability_domain�compartment_id�defined_tags�display_name� freeform_tags�id�instance_id�lifecycle_state�time_createdZavailabilityDomainZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr Z instanceIdZlifecycleStateZtimeCreatedN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_instance_id�_lifecycle_state� _time_created)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/core/models/console_history.py�__init__'