| 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/libexec/oracle-cloud-agent/plugins/osms/oci/usage_api/models/ |
Upload File : |
a
O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DateRange� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sz e Zd ZdZdZdZdZdZdZdZ dZ
d Zd
ZdZ
dZd
Zdd� Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�DynamicDateRangezX
The saved dynamic date range (required when the static date range is missing).
�LAST_7_DAYS�LAST_10_DAYS�LAST_CALENDAR_WEEK�LAST_CALENDAR_MONTH�LAST_2_CALENDAR_MONTHS�LAST_3_CALENDAR_MONTHS�LAST_6_CALENDAR_MONTHS�LAST_30_DAYS�
MONTH_TO_DATE� LAST_YEAR�YEAR_TODATE�ALLc K s. ddd�| _ ddd�| _d| _d| _d| _dS )a
Initializes a new DynamicDateRange object with values from keyword arguments. The default value of the :py:attr:`~oci.usage_api.models.DynamicDateRange.date_range_type` attribute
of this class is ``DYNAMIC`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param date_range_type:
The value to assign to the date_range_type property of this DynamicDateRange.
Allowed values for this property are: "STATIC", "DYNAMIC", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type date_range_type: str
:param dynamic_date_range_type:
The value to assign to the dynamic_date_range_type property of this DynamicDateRange.
Allowed values for this property are: "LAST_7_DAYS", "LAST_10_DAYS", "LAST_CALENDAR_WEEK", "LAST_CALENDAR_MONTH", "LAST_2_CALENDAR_MONTHS", "LAST_3_CALENDAR_MONTHS", "LAST_6_CALENDAR_MONTHS", "LAST_30_DAYS", "MONTH_TO_DATE", "LAST_YEAR", "YEAR_TODATE", "ALL", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type dynamic_date_range_type: str
�str)�date_range_type�dynamic_date_range_type�
dateRangeType�dynamicDateRangeTypeN�DYNAMIC)�
swagger_types�
attribute_map�_date_range_type�_dynamic_date_range_type)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/dynamic_date_range.py�__init__@ s ��zDynamicDateRange.__init__c C s | j S )a8
**[Required]** Gets the dynamic_date_range_type of this DynamicDateRange.
Allowed values for this property are: "LAST_7_DAYS", "LAST_10_DAYS", "LAST_CALENDAR_WEEK", "LAST_CALENDAR_MONTH", "LAST_2_CALENDAR_MONTHS", "LAST_3_CALENDAR_MONTHS", "LAST_6_CALENDAR_MONTHS", "LAST_30_DAYS", "MONTH_TO_DATE", "LAST_YEAR", "YEAR_TODATE", "ALL", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:return: The dynamic_date_range_type of this DynamicDateRange.
:rtype: str
)r �r r! r! r"