ruạṛ
a ���fJ � @ 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� �Zdd� Zdd� Z dd� ZdS )�ResourceInventoryzU Inventory of JMS resources in a compartment during a specified time period. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new ResourceInventory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param active_fleet_count: The value to assign to the active_fleet_count property of this ResourceInventory. :type active_fleet_count: int :param managed_instance_count: The value to assign to the managed_instance_count property of this ResourceInventory. :type managed_instance_count: int :param jre_count: The value to assign to the jre_count property of this ResourceInventory. :type jre_count: int :param installation_count: The value to assign to the installation_count property of this ResourceInventory. :type installation_count: int :param application_count: The value to assign to the application_count property of this ResourceInventory. :type application_count: int �int)�active_fleet_count�managed_instance_count� jre_count�installation_count�application_countZactiveFleetCountZmanagedInstanceCountZjreCountZinstallationCountZapplicationCountN)Z swagger_typesZ attribute_map�_active_fleet_count�_managed_instance_count� _jre_count�_installation_count�_application_count)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/jms/models/resource_inventory.py�__init__ s"