| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/oci/jms/models/__pycache__/ |
Upload File : |
a
���f�0 � @ 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 ))�JavaServerUsagez;
Java Server usage during a specified time period.
c K sx ddddddddddd�
| _ ddddd d
ddd
dd�
| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _dS )a�
Initializes a new JavaServerUsage object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param server_key:
The value to assign to the server_key property of this JavaServerUsage.
:type server_key: str
:param fleet_id:
The value to assign to the fleet_id property of this JavaServerUsage.
:type fleet_id: str
:param server_name:
The value to assign to the server_name property of this JavaServerUsage.
:type server_name: str
:param server_version:
The value to assign to the server_version property of this JavaServerUsage.
:type server_version: str
:param server_instance_count:
The value to assign to the server_instance_count property of this JavaServerUsage.
:type server_instance_count: int
:param approximate_deployed_application_count:
The value to assign to the approximate_deployed_application_count property of this JavaServerUsage.
:type approximate_deployed_application_count: int
:param time_start:
The value to assign to the time_start property of this JavaServerUsage.
:type time_start: datetime
:param time_end:
The value to assign to the time_end property of this JavaServerUsage.
:type time_end: datetime
:param time_first_seen:
The value to assign to the time_first_seen property of this JavaServerUsage.
:type time_first_seen: datetime
:param time_last_seen:
The value to assign to the time_last_seen property of this JavaServerUsage.
:type time_last_seen: datetime
�str�intZdatetime)
�
server_key�fleet_id�server_name�server_version�server_instance_count�&approximate_deployed_application_count�
time_start�time_end�time_first_seen�time_last_seenZ serverKeyZfleetIdZ
serverNameZ
serverVersionZserverInstanceCountZ#approximateDeployedApplicationCountZ timeStartZtimeEndZ
timeFirstSeenZtimeLastSeenN)Z
swagger_typesZ
attribute_map�_server_key� _fleet_id�_server_name�_server_version�_server_instance_count�'_approximate_deployed_application_count�_time_start� _time_end�_time_first_seen�_time_last_seen)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/jms/models/java_server_usage.py�__init__ s@ /��
zJavaServerUsage.__init__c C s | j S )z�
**[Required]** Gets the server_key of this JavaServerUsage.
The internal identifier of the Java Server.
:return: The server_key of this JavaServerUsage.
:rtype: str
�r �r r r r r e s
zJavaServerUsage.server_keyc C s
|| _ dS )z�
Sets the server_key of this JavaServerUsage.
The internal identifier of the Java Server.
:param server_key: The server_key of this JavaServerUsage.
:type: str
Nr"