ruạṛ
a ���fLu � @ 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 dZdZd Z d ZdZdZd ZdZdZdd� 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.� �Z e jd/d.� �Z ed0d1� �Z!e!jd2d1� �Z!ed3d4� �Z"e"jd5d4� �Z"ed6d7� �Z#e#jd8d7� �Z#ed9d:� �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)edKdL� �Z*e*jdMdL� �Z*edNdO� �Z+e+jdPdO� �Z+edQdR� �Z,e,jdSdR� �Z,edTdU� �Z-e-jdVdU� �Z-edWdX� �Z.e.jdYdX� �Z.dZd[� Z/d\d]� Z0d^d_� Z1d`S )a�Fleetz Description of Fleet. �PRODUCT�ENVIRONMENT�GENERIC�GROUP�DYNAMIC�MANUAL�ACTIVE�INACTIVE�CREATING�DELETED�DELETING�FAILED�UPDATING�NEEDS_ATTENTIONc K s ddddddddddddddddddd ddd ddd�| _ d ddddddddddddddddddd d!d"d#d$d�| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _ d%| _ d%| _d%| _d%| _ d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%| _d%S )&a Initializes a new Fleet 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 Fleet. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Fleet. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this Fleet. :type resource_region: str :param display_name: The value to assign to the display_name property of this Fleet. :type display_name: str :param description: The value to assign to the description property of this Fleet. :type description: str :param time_created: The value to assign to the time_created property of this Fleet. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Fleet. :type time_updated: datetime :param fleet_type: The value to assign to the fleet_type property of this Fleet. Allowed values for this property are: "PRODUCT", "ENVIRONMENT", "GENERIC", "GROUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type fleet_type: str :param products: The value to assign to the products property of this Fleet. :type products: list[str] :param application_type: The value to assign to the application_type property of this Fleet. :type application_type: str :param environment_type: The value to assign to the environment_type property of this Fleet. :type environment_type: str :param group_type: The value to assign to the group_type property of this Fleet. Allowed values for this property are: "ENVIRONMENT", "PRODUCT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type group_type: str :param resource_selection_type: The value to assign to the resource_selection_type property of this Fleet. Allowed values for this property are: "DYNAMIC", "MANUAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_selection_type: str :param rule_selection_criteria: The value to assign to the rule_selection_criteria property of this Fleet. :type rule_selection_criteria: oci.fleet_apps_management.models.SelectionCriteria :param notification_preferences: The value to assign to the notification_preferences property of this Fleet. :type notification_preferences: oci.fleet_apps_management.models.NotificationPreferences :param resources: The value to assign to the resources property of this Fleet. :type resources: list[oci.fleet_apps_management.models.AssociatedFleetResourceDetails] :param properties: The value to assign to the properties property of this Fleet. :type properties: list[oci.fleet_apps_management.models.AssociatedFleetPropertyDetails] :param credentials: The value to assign to the credentials property of this Fleet. :type credentials: list[oci.fleet_apps_management.models.AssociatedFleetCredentialDetails] :param is_target_auto_confirm: The value to assign to the is_target_auto_confirm property of this Fleet. :type is_target_auto_confirm: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Fleet. 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 lifecycle_details: The value to assign to the lifecycle_details property of this Fleet. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this Fleet. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Fleet. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Fleet. :type system_tags: dict(str, dict(str, object)) �strZdatetimez list[str]ZSelectionCriteriaZNotificationPreferencesz$list[AssociatedFleetResourceDetails]z$list[AssociatedFleetPropertyDetails]z&list[AssociatedFleetCredentialDetails]�boolzdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�resource_region�display_name�description�time_created�time_updated� fleet_type�products�application_type�environment_type� group_type�resource_selection_type�rule_selection_criteria�notification_preferences� resources� properties�credentials�is_target_auto_confirm�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZresourceRegionZdisplayNamer ZtimeCreatedZtimeUpdatedZ fleetTyper ZapplicationTypeZenvironmentTypeZ groupTypeZresourceSelectionTypeZruleSelectionCriteriaZnotificationPreferencesr&