ruạṛ
a O��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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdd� Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�!DataObjectOtherStandardColumnUnitzO Unit details of a data object column of OTHER_STANDARD unit category. � PERCENTAGE�COUNT�IO�BOOLEAN� OPERATION�TRANSACTION� CONNECTION�ACCESS�REQUEST�MESSAGE� EXECUTION�LOGONS�THREAD�ERRORc K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new DataObjectOtherStandardColumnUnit object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DataObjectOtherStandardColumnUnit.unit_category` attribute of this class is ``OTHER_STANDARD`` 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 DataObjectOtherStandardColumnUnit. 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 DataObjectOtherStandardColumnUnit. :type display_name: str :param unit: The value to assign to the unit property of this DataObjectOtherStandardColumnUnit. Allowed values for this property are: "PERCENTAGE", "COUNT", "IO", "BOOLEAN", "OPERATION", "TRANSACTION", "CONNECTION", "ACCESS", "REQUEST", "MESSAGE", "EXECUTION", "LOGONS", "THREAD", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit: str �str)� unit_category�display_name�unit�unitCategory�displayNamer N�OTHER_STANDARD)� swagger_types� attribute_map�_unit_category� _display_name�_unit)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/data_object_other_standard_column_unit.py�__init__H s ��z*DataObjectOtherStandardColumnUnit.__init__c C s | j S )a Gets the unit of this DataObjectOtherStandardColumnUnit. Other standard column unit. Allowed values for this property are: "PERCENTAGE", "COUNT", "IO", "BOOLEAN", "OPERATION", "TRANSACTION", "CONNECTION", "ACCESS", "REQUEST", "MESSAGE", "EXECUTION", "LOGONS", "THREAD", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The unit of this DataObjectOtherStandardColumnUnit. :rtype: str )r"