ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�MonitorConfiguration� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�#ScriptedBrowserMonitorConfigurationzF Configuration details for the SCRIPTED_BROWSER monitor type. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) aD Initializes a new ScriptedBrowserMonitorConfiguration object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_synthetics.models.ScriptedBrowserMonitorConfiguration.config_type` attribute of this class is ``SCRIPTED_BROWSER_CONFIG`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_type: The value to assign to the config_type property of this ScriptedBrowserMonitorConfiguration. Allowed values for this property are: "BROWSER_CONFIG", "SCRIPTED_BROWSER_CONFIG", "REST_CONFIG", "SCRIPTED_REST_CONFIG" :type config_type: str :param is_failure_retried: The value to assign to the is_failure_retried property of this ScriptedBrowserMonitorConfiguration. :type is_failure_retried: bool :param dns_configuration: The value to assign to the dns_configuration property of this ScriptedBrowserMonitorConfiguration. :type dns_configuration: oci.apm_synthetics.models.DnsConfiguration :param is_certificate_validation_enabled: The value to assign to the is_certificate_validation_enabled property of this ScriptedBrowserMonitorConfiguration. :type is_certificate_validation_enabled: bool :param network_configuration: The value to assign to the network_configuration property of this ScriptedBrowserMonitorConfiguration. :type network_configuration: oci.apm_synthetics.models.NetworkConfiguration �str�bool�DnsConfiguration�NetworkConfiguration)�config_type�is_failure_retried�dns_configuration�!is_certificate_validation_enabled�network_configuration� configType�isFailureRetried�dnsConfiguration�isCertificateValidationEnabled�networkConfigurationN�SCRIPTED_BROWSER_CONFIG)� swagger_types� attribute_map�_config_type�_is_failure_retried�_dns_configuration�"_is_certificate_validation_enabled�_network_configuration)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apm_synthetics/models/scripted_browser_monitor_configuration.py�__init__ s$ � �z,ScriptedBrowserMonitorConfiguration.__init__c C s | j S )aK Gets the is_certificate_validation_enabled of this ScriptedBrowserMonitorConfiguration. If certificate validation is enabled, then the call will fail in case of certification errors. :return: The is_certificate_validation_enabled of this ScriptedBrowserMonitorConfiguration. :rtype: bool �r �r r! r! r"