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 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 )�ResourceAvailabilityz� The availability of a given resource limit, based on the usage, tenant service limits, and quotas set for the tenancy. Note: We cannot guarantee this data for all the limits. In such cases, these fields will be empty. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new ResourceAvailability object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param used: The value to assign to the used property of this ResourceAvailability. :type used: int :param available: The value to assign to the available property of this ResourceAvailability. :type available: int :param fractional_usage: The value to assign to the fractional_usage property of this ResourceAvailability. :type fractional_usage: float :param fractional_availability: The value to assign to the fractional_availability property of this ResourceAvailability. :type fractional_availability: float :param effective_quota_value: The value to assign to the effective_quota_value property of this ResourceAvailability. :type effective_quota_value: float �int�float)�used� available�fractional_usage�fractional_availability�effective_quota_valuer r ZfractionalUsageZfractionalAvailabilityZeffectiveQuotaValueN)Z swagger_typesZ attribute_map�_used� _available�_fractional_usage�_fractional_availability�_effective_quota_value)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/limits/models/resource_availability.py�__init__ s"