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 @ sP e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�ManagedInstanceSummaryz7 An OCI Compute instance that is being managed �NORMAL�UNREACHABLE�ERROR�WARNING�LINUX�WINDOWS�ALLc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a_ Initializes a new ManagedInstanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this ManagedInstanceSummary. :type display_name: str :param id: The value to assign to the id property of this ManagedInstanceSummary. :type id: str :param last_checkin: The value to assign to the last_checkin property of this ManagedInstanceSummary. :type last_checkin: str :param last_boot: The value to assign to the last_boot property of this ManagedInstanceSummary. :type last_boot: str :param updates_available: The value to assign to the updates_available property of this ManagedInstanceSummary. :type updates_available: int :param compartment_id: The value to assign to the compartment_id property of this ManagedInstanceSummary. :type compartment_id: str :param description: The value to assign to the description property of this ManagedInstanceSummary. :type description: str :param status: The value to assign to the status property of this ManagedInstanceSummary. Allowed values for this property are: "NORMAL", "UNREACHABLE", "ERROR", "WARNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param os_family: The value to assign to the os_family property of this ManagedInstanceSummary. Allowed values for this property are: "LINUX", "WINDOWS", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type os_family: str :param is_reboot_required: The value to assign to the is_reboot_required property of this ManagedInstanceSummary. :type is_reboot_required: bool �str�int�bool) �display_name�id�last_checkin� last_boot�updates_available�compartment_id�description�status� os_family�is_reboot_requiredZdisplayNamer ZlastCheckinZlastBootZupdatesAvailableZ compartmentIdr r ZosFamilyZisRebootRequiredN)Z swagger_typesZ attribute_map� _display_name�_id� _last_checkin� _last_boot�_updates_available�_compartment_id�_description�_status� _os_family�_is_reboot_required)�self�kwargs� r'