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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdd� Zed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�EnrollmentStatusz= The metadata associated with the enrollment status. �ACTIVE�FAILED�INACTIVE� ATTACHING� DETACHING�DELETING�DELETED�UPDATING�CREATINGc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new EnrollmentStatus 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 EnrollmentStatus. :type id: str :param compartment_id: The value to assign to the compartment_id property of this EnrollmentStatus. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this EnrollmentStatus. Allowed values for this property are: "ACTIVE", "FAILED", "INACTIVE", "ATTACHING", "DETACHING", "DELETING", "DELETED", "UPDATING", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param status: The value to assign to the status property of this EnrollmentStatus. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param status_reason: The value to assign to the status_reason property of this EnrollmentStatus. :type status_reason: str :param time_created: The value to assign to the time_created property of this EnrollmentStatus. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EnrollmentStatus. :type time_updated: datetime �strZdatetime)�id�compartment_id�lifecycle_state�status� status_reason�time_created�time_updatedr Z compartmentIdZlifecycleStater ZstatusReasonZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_id�_compartment_id�_lifecycle_state�_status�_status_reason� _time_created� _time_updated)�self�kwargs� r! �J/usr/lib/python3.9/site-packages/oci/optimizer/models/enrollment_status.py�__init__>