📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
apm_synthetics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/__pycache__
💾
Free:
45.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitor_script_parameter_info.cpython-39.opt-1.pyc
a ���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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�MonitorScriptParameterInfoa Details of the script parameters in the monitor. isOverwritten specifies that the script parameters are overwritten in the monitor. If the user overwrites the parameter value in the monitor, then the overwritten values will be used to run the monitor. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new MonitorScriptParameterInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param monitor_script_parameter: The value to assign to the monitor_script_parameter property of this MonitorScriptParameterInfo. :type monitor_script_parameter: oci.apm_synthetics.models.MonitorScriptParameter :param is_secret: The value to assign to the is_secret property of this MonitorScriptParameterInfo. :type is_secret: bool :param is_overwritten: The value to assign to the is_overwritten property of this MonitorScriptParameterInfo. :type is_overwritten: bool ZMonitorScriptParameter�bool)�monitor_script_parameter� is_secret�is_overwrittenZmonitorScriptParameterZisSecretZ isOverwrittenN)Z swagger_typesZ attribute_map�_monitor_script_parameter� _is_secret�_is_overwritten)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/monitor_script_parameter_info.py�__init__ s ��z#MonitorScriptParameterInfo.__init__c C s | j S )z� **[Required]** Gets the monitor_script_parameter of this MonitorScriptParameterInfo. :return: The monitor_script_parameter of this MonitorScriptParameterInfo. :rtype: oci.apm_synthetics.models.MonitorScriptParameter �r �r r r r r 6 s z3MonitorScriptParameterInfo.monitor_script_parameterc C s || _ dS )a Sets the monitor_script_parameter of this MonitorScriptParameterInfo. :param monitor_script_parameter: The monitor_script_parameter of this MonitorScriptParameterInfo. :type: oci.apm_synthetics.models.MonitorScriptParameter Nr )r r r r r r @ s c C s | j S )aP **[Required]** Gets the is_secret of this MonitorScriptParameterInfo. Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API. :return: The is_secret of this MonitorScriptParameterInfo. :rtype: bool �r r r r r r J s z$MonitorScriptParameterInfo.is_secretc C s || _ dS )aI Sets the is_secret of this MonitorScriptParameterInfo. Describes if the parameter value is secret and should be kept confidential. isSecret is specified in either CreateScript or UpdateScript API. :param is_secret: The is_secret of this MonitorScriptParameterInfo. :type: bool Nr )r r r r r r W s c C s | j S )z� **[Required]** Gets the is_overwritten of this MonitorScriptParameterInfo. If parameter value is default or overwritten. :return: The is_overwritten of this MonitorScriptParameterInfo. :rtype: bool �r r r r r r d s z)MonitorScriptParameterInfo.is_overwrittenc C s || _ dS )z� Sets the is_overwritten of this MonitorScriptParameterInfo. If parameter value is default or overwritten. :param is_overwritten: The is_overwritten of this MonitorScriptParameterInfo. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z#MonitorScriptParameterInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z!MonitorScriptParameterInfo.__eq__c C s | |k S r r r r r r �__ne__� s z!MonitorScriptParameterInfo.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"