ruạṛ
a N��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )� Configurationz9 Cloud Guard configuration details of a tenancy. �ENABLED�DISABLEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aV Initializes a new Configuration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param reporting_region: The value to assign to the reporting_region property of this Configuration. :type reporting_region: str :param status: The value to assign to the status property of this Configuration. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param self_manage_resources: The value to assign to the self_manage_resources property of this Configuration. :type self_manage_resources: bool �str�bool)�reporting_region�status�self_manage_resources�reportingRegionr �selfManageResourcesN)� swagger_types� attribute_map�_reporting_region�_status�_self_manage_resources)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/configuration.py�__init__ s ��zConfiguration.__init__c C s | j S )z� **[Required]** Gets the reporting_region of this Configuration. The reporting region value :return: The reporting_region of this Configuration. :rtype: str �r �r r r r r <