📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_object_frequency_column_unit.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataObjectColumnUnit� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s^ e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Zdd � Z dd� Zdd� ZdS )�DataObjectFrequencyColumnUnitzK Unit details of a data object column of FREQEUENCY unit category. �HERTZ� KILO_HERTZ� MEGA_HERTZ� GIGA_HERTZ� TERA_HERTZc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )aU Initializes a new DataObjectFrequencyColumnUnit object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DataObjectFrequencyColumnUnit.unit_category` attribute of this class is ``FREQUENCY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param unit_category: The value to assign to the unit_category property of this DataObjectFrequencyColumnUnit. Allowed values for this property are: "DATA_SIZE", "TIME", "POWER", "TEMPERATURE", "CORE", "RATE", "FREQUENCY", "OTHER_STANDARD", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit_category: str :param display_name: The value to assign to the display_name property of this DataObjectFrequencyColumnUnit. :type display_name: str :param unit: The value to assign to the unit property of this DataObjectFrequencyColumnUnit. Allowed values for this property are: "HERTZ", "KILO_HERTZ", "MEGA_HERTZ", "GIGA_HERTZ", "TERA_HERTZ", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit: str �str)Z unit_categoryZdisplay_name�unitZunitCategoryZdisplayNamer NZ FREQUENCY)Z swagger_typesZ attribute_mapZ_unit_categoryZ _display_name�_unit)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/opsi/models/data_object_frequency_column_unit.py�__init__&