HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/sch/models/__pycache__/static_dimension_value.cpython-39.pyc
a

���f��@sDddlmZddlmZmZmZddlmZeGdd�de��ZdS)�)�DimensionValueDetails�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sJeZdZdZdd�Zedd��Zejdd��Zdd�Zd	d
�Z	dd�Z
d
S)�StaticDimensionValuez8
    Static type of dimension value (passed as-is).
    cKs.ddd�|_ddd�|_d|_d|_d|_dS)a�
        Initializes a new StaticDimensionValue object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.StaticDimensionValue.kind` attribute
        of this class is ``static`` and it should not be changed.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param kind:
            The value to assign to the kind property of this StaticDimensionValue.
            Allowed values for this property are: "jmesPath", "static"
        :type kind: str

        :param value:
            The value to assign to the value property of this StaticDimensionValue.
        :type value: str

        �str)�kind�valuer
rNZstatic)Z
swagger_typesZ
attribute_mapZ_kind�_value)�self�kwargs�r�I/usr/lib/python3.9/site-packages/oci/sch/models/static_dimension_value.py�__init__s��zStaticDimensionValue.__init__cCs|jS)a`
        **[Required]** Gets the value of this StaticDimensionValue.
        The data extracted from the specified dimension value (passed as-is). Unicode characters only.
        For information on valid dimension keys and values, see :func:`metric_data_details`.


        :return: The value of this StaticDimensionValue.
        :rtype: str
        �r�r
rrrr0szStaticDimensionValue.valuecCs
||_dS)aU
        Sets the value of this StaticDimensionValue.
        The data extracted from the specified dimension value (passed as-is). Unicode characters only.
        For information on valid dimension keys and values, see :func:`metric_data_details`.


        :param value: The value of this StaticDimensionValue.
        :type: str
        Nr)r
rrrrr=scCst|�S�N)rrrrr�__repr__JszStaticDimensionValue.__repr__cCs|durdS|j|jkS)NF)�__dict__�r
�otherrrr�__eq__MszStaticDimensionValue.__eq__cCs
||kSrrrrrr�__ne__SszStaticDimensionValue.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterrrrrrrrrs

rN)	Zdimension_value_detailsrZoci.utilrrrZoci.decoratorsrrrrrr�<module>s