| Server IP : 162.241.203.86 / Your IP : 216.73.216.191 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/limits/models/__pycache__/ |
Upload File : |
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"