ruạṛ
a ���f�Y � @ 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 @ sX 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(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"dHdI� Z#dJdK� Z$dLdM� Z%dNS )O� FleetResourcez$ Resource added to a Fleet. �UNKNOWN� COMPLIANT� NON_COMPLIANT�WARNING�ACTIVE�DELETED�FAILED�NEEDS_ATTENTIONc K s� ddddddddddddddddddddd�| _ dddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )a# Initializes a new FleetResource 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 FleetResource. :type id: str :param tenancy_id: The value to assign to the tenancy_id property of this FleetResource. :type tenancy_id: str :param resource_region: The value to assign to the resource_region property of this FleetResource. :type resource_region: str :param time_created: The value to assign to the time_created property of this FleetResource. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this FleetResource. :type time_updated: datetime :param compartment_id: The value to assign to the compartment_id property of this FleetResource. :type compartment_id: str :param display_name: The value to assign to the display_name property of this FleetResource. :type display_name: str :param resource_id: The value to assign to the resource_id property of this FleetResource. :type resource_id: str :param compartment: The value to assign to the compartment property of this FleetResource. :type compartment: str :param compliance_state: The value to assign to the compliance_state property of this FleetResource. Allowed values for this property are: "UNKNOWN", "COMPLIANT", "NON_COMPLIANT", "WARNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type compliance_state: str :param tenancy_name: The value to assign to the tenancy_name property of this FleetResource. :type tenancy_name: str :param resource_type: The value to assign to the resource_type property of this FleetResource. :type resource_type: str :param product_count: The value to assign to the product_count property of this FleetResource. :type product_count: int :param target_count: The value to assign to the target_count property of this FleetResource. :type target_count: int :param product: The value to assign to the product property of this FleetResource. :type product: str :param application_type: The value to assign to the application_type property of this FleetResource. :type application_type: str :param environment_type: The value to assign to the environment_type property of this FleetResource. :type environment_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FleetResource. Allowed values for this property are: "ACTIVE", "DELETED", "FAILED", "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 FleetResource. :type lifecycle_details: str :param system_tags: The value to assign to the system_tags property of this FleetResource. :type system_tags: dict(str, dict(str, object)) �strZdatetime�intzdict(str, dict(str, object)))�id� tenancy_id�resource_region�time_created�time_updated�compartment_id�display_name�resource_id�compartment�compliance_state�tenancy_name� resource_type� product_count�target_count�product�application_type�environment_type�lifecycle_state�lifecycle_details�system_tagsr Z tenancyIdZresourceRegionZtimeCreatedZtimeUpdatedZ compartmentIdZdisplayNameZ resourceIdr ZcomplianceStateZtenancyNameZresourceTypeZproductCountZtargetCountr ZapplicationTypeZenvironmentTypeZlifecycleStateZlifecycleDetailsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_tenancy_id�_resource_region� _time_created� _time_updated�_compartment_id� _display_name�_resource_id�_compartment�_compliance_state� _tenancy_name�_resource_type�_product_count� _target_count�_product�_application_type�_environment_type�_lifecycle_state�_lifecycle_details�_system_tags)�self�kwargs� r; �S/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/fleet_resource.py�__init__2 s| [��zFleetResource.__init__c C s | j S )z� **[Required]** Gets the id of this FleetResource. The unique id of the resource. :return: The id of this FleetResource. :rtype: str �r% �r9 r; r; r<