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 @ s e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZdAdB� Z dCdD� Z!dEdF� Z"dGS )H�Fleetzi A Fleet is the primary collection with which users interact when using Java Management Service. �ACTIVE�CREATING�DELETED�DELETING�FAILED�NEEDS_ATTENTION�UPDATINGc K s� ddddddddddddddddddd�| _ d d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )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 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 compartment_id: The value to assign to the compartment_id property of this Fleet. :type compartment_id: str :param approximate_jre_count: The value to assign to the approximate_jre_count property of this Fleet. :type approximate_jre_count: int :param approximate_installation_count: The value to assign to the approximate_installation_count property of this Fleet. :type approximate_installation_count: int :param approximate_application_count: The value to assign to the approximate_application_count property of this Fleet. :type approximate_application_count: int :param approximate_managed_instance_count: The value to assign to the approximate_managed_instance_count property of this Fleet. :type approximate_managed_instance_count: int :param approximate_java_server_count: The value to assign to the approximate_java_server_count property of this Fleet. :type approximate_java_server_count: int :param inventory_log: The value to assign to the inventory_log property of this Fleet. :type inventory_log: oci.jms.models.CustomLog :param operation_log: The value to assign to the operation_log property of this Fleet. :type operation_log: oci.jms.models.CustomLog :param is_advanced_features_enabled: The value to assign to the is_advanced_features_enabled property of this Fleet. :type is_advanced_features_enabled: bool :param is_export_setting_enabled: The value to assign to the is_export_setting_enabled property of this Fleet. :type is_export_setting_enabled: bool :param time_created: The value to assign to the time_created property of this Fleet. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Fleet. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "NEEDS_ATTENTION", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: 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 freeform_tags: The value to assign to the freeform_tags property of this Fleet. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this Fleet. :type system_tags: dict(str, dict(str, object)) �str�intZ CustomLog�boolZdatetimezdict(str, dict(str, object))zdict(str, str))�id�display_name�description�compartment_id�approximate_jre_count�approximate_installation_count�approximate_application_count�"approximate_managed_instance_count�approximate_java_server_count� inventory_log� operation_log�is_advanced_features_enabled�is_export_setting_enabled�time_created�lifecycle_state�defined_tags� freeform_tags�system_tagsr ZdisplayNamer Z compartmentIdZapproximateJreCountZapproximateInstallationCountZapproximateApplicationCountZapproximateManagedInstanceCountZapproximateJavaServerCountZinventoryLogZoperationLogZisAdvancedFeaturesEnabledZisExportSettingEnabledZtimeCreatedZlifecycleStateZdefinedTagsZfreeformTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_approximate_jre_count�_approximate_installation_count�_approximate_application_count�#_approximate_managed_instance_count�_approximate_java_server_count�_inventory_log�_operation_log�_is_advanced_features_enabled�_is_export_setting_enabled� _time_created�_lifecycle_state� _defined_tags�_freeform_tags�_system_tags)�self�kwargs� r7 �8/usr/lib/python3.9/site-packages/oci/jms/models/fleet.py�__init__. sp Q��zFleet.__init__c C s | j S )z� **[Required]** Gets the id of this Fleet. The `OCID`__ of the Fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this Fleet. :rtype: str �r# �r5 r7 r7 r8 r � s zFleet.idc C s || _ dS )z� Sets the id of this Fleet. The `OCID`__ of the Fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this Fleet. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the display_name of this Fleet. The name of the Fleet. :return: The display_name of this Fleet. :rtype: str �r$ r; r7 r7 r8 r � s zFleet.display_namec C s || _ dS )z� Sets the display_name of this Fleet. The name of the Fleet. :param display_name: The display_name of this Fleet. :type: str Nr<