ruạṛ
a O��f�2 � @ 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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�DeployedApplicationUsagezD Deployed application usage during a specified time period. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )ak Initializes a new DeployedApplicationUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_key: The value to assign to the application_key property of this DeployedApplicationUsage. :type application_key: str :param fleet_id: The value to assign to the fleet_id property of this DeployedApplicationUsage. :type fleet_id: str :param application_name: The value to assign to the application_name property of this DeployedApplicationUsage. :type application_name: str :param application_type: The value to assign to the application_type property of this DeployedApplicationUsage. :type application_type: str :param is_clustered: The value to assign to the is_clustered property of this DeployedApplicationUsage. :type is_clustered: bool :param approximate_java_server_instance_count: The value to assign to the approximate_java_server_instance_count property of this DeployedApplicationUsage. :type approximate_java_server_instance_count: int :param time_start: The value to assign to the time_start property of this DeployedApplicationUsage. :type time_start: datetime :param time_end: The value to assign to the time_end property of this DeployedApplicationUsage. :type time_end: datetime :param time_first_seen: The value to assign to the time_first_seen property of this DeployedApplicationUsage. :type time_first_seen: datetime :param time_last_seen: The value to assign to the time_last_seen property of this DeployedApplicationUsage. :type time_last_seen: datetime �str�bool�int�datetime) �application_key�fleet_id�application_name�application_type�is_clustered�&approximate_java_server_instance_count� time_start�time_end�time_first_seen�time_last_seen�applicationKey�fleetId�applicationName�applicationType�isClustered�"approximateJavaServerInstanceCount� timeStart�timeEnd� timeFirstSeen�timeLastSeenN)� swagger_types� attribute_map�_application_key� _fleet_id�_application_name�_application_type� _is_clustered�'_approximate_java_server_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/deployed_application_usage.py�__init__ s@ /�� z!DeployedApplicationUsage.__init__c C s | j S )z� **[Required]** Gets the application_key of this DeployedApplicationUsage. The internal identifier of the deployed application. :return: The application_key of this DeployedApplicationUsage. :rtype: str �r! �r+ r- r- r. r c s z(DeployedApplicationUsage.application_keyc C s || _ dS )z� Sets the application_key of this DeployedApplicationUsage. The internal identifier of the deployed application. :param application_key: The application_key of this DeployedApplicationUsage. :type: str Nr0 )r+ r r- r- r. r o s c C s | j S )a( **[Required]** Gets the fleet_id of this DeployedApplicationUsage. The `OCID`__ of the related fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The fleet_id of this DeployedApplicationUsage. :rtype: str �r"