ruạṛ
a ���f2 � @ 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 @ sT 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%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1� Onboardingz8 FleetAppManagementService onboarding resource. �ACTIVE�INACTIVE�CREATING�DELETED�DELETING�FAILED�UPDATING�NEEDS_ATTENTIONc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new Onboarding 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 Onboarding. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Onboarding. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this Onboarding. :type resource_region: str :param time_created: The value to assign to the time_created property of this Onboarding. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Onboarding. :type time_updated: datetime :param is_fams_tag_enabled: The value to assign to the is_fams_tag_enabled property of this Onboarding. :type is_fams_tag_enabled: bool :param version: The value to assign to the version property of this Onboarding. :type version: str :param is_cost_tracking_tag_enabled: The value to assign to the is_cost_tracking_tag_enabled property of this Onboarding. :type is_cost_tracking_tag_enabled: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Onboarding. Allowed values for this property are: "ACTIVE", "INACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "UPDATING", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param system_tags: The value to assign to the system_tags property of this Onboarding. :type system_tags: dict(str, dict(str, object)) �strZdatetime�boolzdict(str, dict(str, object))) �id�compartment_id�resource_region�time_created�time_updated�is_fams_tag_enabled�version�is_cost_tracking_tag_enabled�lifecycle_state�system_tagsr Z compartmentIdZresourceRegionZtimeCreatedZtimeUpdatedZisFamsTagEnabledr ZisCostTrackingTagEnabledZlifecycleStateZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_resource_region� _time_created� _time_updated�_is_fams_tag_enabled�_version�_is_cost_tracking_tag_enabled�_lifecycle_state�_system_tags)�self�kwargs� r'