📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_configuration_details.pyc
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 )�UpdateConfigurationDetailszA Update cloud guard configuration details for a tenancy. �ENABLED�DISABLEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new UpdateConfigurationDetails 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 UpdateConfigurationDetails. :type reporting_region: str :param status: The value to assign to the status property of this UpdateConfigurationDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type status: str :param self_manage_resources: The value to assign to the self_manage_resources property of this UpdateConfigurationDetails. :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/update_configuration_details.py�__init__ s ��z#UpdateConfigurationDetails.__init__c C s | j S )z� **[Required]** Gets the reporting_region of this UpdateConfigurationDetails. The reporting region value :return: The reporting_region of this UpdateConfigurationDetails. :rtype: str �r �r r r r r ; s z+UpdateConfigurationDetails.reporting_regionc C s || _ dS )z� Sets the reporting_region of this UpdateConfigurationDetails. The reporting region value :param reporting_region: The reporting_region of this UpdateConfigurationDetails. :type: str Nr )r r r r r r G s c C s | j S )a **[Required]** Gets the status of this UpdateConfigurationDetails. Status of Cloud Guard Tenant Allowed values for this property are: "ENABLED", "DISABLED" :return: The status of this UpdateConfigurationDetails. :rtype: str )r r r r r r S s z!UpdateConfigurationDetails.statusc C s* ddg}t ||�s td�|���|| _dS )z� Sets the status of this UpdateConfigurationDetails. Status of Cloud Guard Tenant :param status: The status of this UpdateConfigurationDetails. :type: str r r z6Invalid value for `status`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r a s ��c C s | j S )a> Gets the self_manage_resources of this UpdateConfigurationDetails. Identifies if Oracle managed resources will be created by customers. If no value is specified false is the default. :return: The self_manage_resources of this UpdateConfigurationDetails. :rtype: bool �r r r r r r s s z0UpdateConfigurationDetails.self_manage_resourcesc C s || _ dS )aR Sets the self_manage_resources of this UpdateConfigurationDetails. Identifies if Oracle managed resources will be created by customers. If no value is specified false is the default. :param self_manage_resources: The self_manage_resources of this UpdateConfigurationDetails. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z#UpdateConfigurationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z!UpdateConfigurationDetails.__eq__c C s | |k S r r r# r r r �__ne__� s z!UpdateConfigurationDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�STATUS_ENABLED�STATUS_DISABLEDr �propertyr �setterr r r! r% r&