ruạṛ
a ���f7 � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�FleetSummaryz Summary of the Fleet. c K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a{ Initializes a new FleetSummary 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 FleetSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this FleetSummary. :type compartment_id: str :param resource_region: The value to assign to the resource_region property of this FleetSummary. :type resource_region: str :param display_name: The value to assign to the display_name property of this FleetSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this FleetSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this FleetSummary. :type time_updated: datetime :param fleet_type: The value to assign to the fleet_type property of this FleetSummary. :type fleet_type: str :param environment_type: The value to assign to the environment_type property of this FleetSummary. :type environment_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FleetSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this FleetSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this FleetSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this FleetSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this FleetSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�resource_region�display_name�time_created�time_updated� fleet_type�environment_type�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr Z compartmentIdZresourceRegionZdisplayNameZtimeCreatedZtimeUpdatedZ fleetTypeZenvironmentTypeZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_resource_region� _display_name� _time_created� _time_updated�_fleet_type�_environment_type�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r$ �R/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/fleet_summary.py�__init__ sR ;��zFleetSummary.__init__c C s | j S )z� **[Required]** Gets the id of this FleetSummary. The OCID of the resource. :return: The id of this FleetSummary. :rtype: str �r �r"