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 @ sd 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(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$edHdI� �Z%e%jdJdI� �Z%dKdL� Z&dMdN� Z'dOdP� Z(dQS )R�Runbookz Runbook definition. �USER_DEFINED�ORACLE_DEFINED�SYSTEM_DEFINED� PRODUCT_GROUP�PRODUCT�WINDOWS�LINUX�GENERIC�ACTIVE�DELETED�FAILEDc K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )a4 Initializes a new Runbook 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 Runbook. :type id: str :param display_name: The value to assign to the display_name property of this Runbook. :type display_name: str :param description: The value to assign to the description property of this Runbook. :type description: str :param type: The value to assign to the type property of this Runbook. Allowed values for this property are: "USER_DEFINED", "ORACLE_DEFINED", "SYSTEM_DEFINED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param runbook_relevance: The value to assign to the runbook_relevance property of this Runbook. Allowed values for this property are: "PRODUCT_GROUP", "PRODUCT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type runbook_relevance: str :param operation: The value to assign to the operation property of this Runbook. :type operation: str :param os_type: The value to assign to the os_type property of this Runbook. Allowed values for this property are: "WINDOWS", "LINUX", "GENERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type os_type: str :param platform: The value to assign to the platform property of this Runbook. :type platform: str :param is_default: The value to assign to the is_default property of this Runbook. :type is_default: bool :param estimated_time: The value to assign to the estimated_time property of this Runbook. :type estimated_time: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Runbook. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Runbook. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this Runbook. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Runbook. :type time_updated: datetime :param associations: The value to assign to the associations property of this Runbook. :type associations: oci.fleet_apps_management.models.Associations :param compartment_id: The value to assign to the compartment_id property of this Runbook. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this Runbook. :type resource_region: str :param freeform_tags: The value to assign to the freeform_tags property of this Runbook. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Runbook. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Runbook. :type system_tags: dict(str, dict(str, object)) �str�boolZdatetimeZAssociationszdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�type�runbook_relevance� operation�os_type�platform� is_default�estimated_time�lifecycle_state�lifecycle_details�time_created�time_updated�associations�compartment_id�resource_region� freeform_tags�defined_tags�system_tagsr ZdisplayNamer r ZrunbookRelevancer ZosTyper Z isDefaultZ estimatedTimeZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedr"