ruạṛ
a O��f�7 � @ 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 @ sN 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#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ApplicationUsagez� Application usage during a specified time period. An application is a Java application that can be executed by a Java Runtime installation. An application is independent of the Java Runtime or its installation. c K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new ApplicationUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_id: The value to assign to the application_id property of this ApplicationUsage. :type application_id: str :param display_name: The value to assign to the display_name property of this ApplicationUsage. :type display_name: str :param application_type: The value to assign to the application_type property of this ApplicationUsage. :type application_type: str :param operating_systems: The value to assign to the operating_systems property of this ApplicationUsage. :type operating_systems: list[oci.jms.models.OperatingSystem] :param approximate_installation_count: The value to assign to the approximate_installation_count property of this ApplicationUsage. :type approximate_installation_count: int :param approximate_jre_count: The value to assign to the approximate_jre_count property of this ApplicationUsage. :type approximate_jre_count: int :param approximate_managed_instance_count: The value to assign to the approximate_managed_instance_count property of this ApplicationUsage. :type approximate_managed_instance_count: int :param time_start: The value to assign to the time_start property of this ApplicationUsage. :type time_start: datetime :param time_end: The value to assign to the time_end property of this ApplicationUsage. :type time_end: datetime :param time_first_seen: The value to assign to the time_first_seen property of this ApplicationUsage. :type time_first_seen: datetime :param time_last_seen: The value to assign to the time_last_seen property of this ApplicationUsage. :type time_last_seen: datetime �strzlist[OperatingSystem]�int�datetime)�application_id�display_name�application_type�operating_systems�approximate_installation_count�approximate_jre_count�"approximate_managed_instance_count� time_start�time_end�time_first_seen�time_last_seen� applicationId�displayName�applicationType�operatingSystems�approximateInstallationCount�approximateJreCount�approximateManagedInstanceCount� timeStart�timeEnd� timeFirstSeen�timeLastSeenN) � swagger_types� attribute_map�_application_id� _display_name�_application_type�_operating_systems�_approximate_installation_count�_approximate_jre_count�#_approximate_managed_instance_count�_time_start� _time_end�_time_first_seen�_time_last_seen)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/application_usage.py�__init__ sF 3��zApplicationUsage.__init__c C s | j S )z� **[Required]** Gets the application_id of this ApplicationUsage. An internal identifier for the application that is unique to a Fleet. :return: The application_id of this ApplicationUsage. :rtype: str �r"