ruạṛ
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 )�ApplicationScanSettingsz2 Agent scan settings for applicaiton scan c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a Initializes a new ApplicationScanSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_scan_recurrence: The value to assign to the application_scan_recurrence property of this ApplicationScanSettings. :type application_scan_recurrence: str :param is_enabled: The value to assign to the is_enabled property of this ApplicationScanSettings. :type is_enabled: bool :param folders_to_scan: The value to assign to the folders_to_scan property of this ApplicationScanSettings. :type folders_to_scan: list[oci.vulnerability_scanning.models.FolderToScan] �str�boolzlist[FolderToScan])�application_scan_recurrence� is_enabled�folders_to_scanZapplicationScanRecurrenceZ isEnabledZ foldersToScanN)Z swagger_typesZ attribute_map�_application_scan_recurrence�_is_enabled�_folders_to_scan)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/application_scan_settings.py�__init__ s ��z ApplicationScanSettings.__init__c C s | j S )a� **[Required]** Gets the application_scan_recurrence of this ApplicationScanSettings. Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=<weekday>;INTERVAL=1 - This weekly scan on the specified weekday (e.g. Sunday) FREQ=WEEKLY;WKST=<weekday>;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. Sunday) FREQ=MONTHLY;WKST=<weekday>;INTERVAL=1 - This monthly scan on the specified weekday (e.g. Sunday, starting from the next such weekday based on the time of setting creation) :return: The application_scan_recurrence of this ApplicationScanSettings. :rtype: str �r �r r r r r 4 s z3ApplicationScanSettings.application_scan_recurrencec C s || _ dS )a� Sets the application_scan_recurrence of this ApplicationScanSettings. Scan recurrences in RFC-5545 section 3.3.10 format. Only supported input are weekly, biweekly, monthly listed below FREQ=WEEKLY;WKST=<weekday>;INTERVAL=1 - This weekly scan on the specified weekday (e.g. Sunday) FREQ=WEEKLY;WKST=<weekday>;INTERVAL=2 - This bi-weekly scan on the specified weekday (e.g. Sunday) FREQ=MONTHLY;WKST=<weekday>;INTERVAL=1 - This monthly scan on the specified weekday (e.g. Sunday, starting from the next such weekday based on the time of setting creation) :param application_scan_recurrence: The application_scan_recurrence of this ApplicationScanSettings. :type: str Nr )r r r r r r D s c C s | j S )z� **[Required]** Gets the is_enabled of this ApplicationScanSettings. Enable or disable application scan :return: The is_enabled of this ApplicationScanSettings. :rtype: bool �r r r r r r T s z"ApplicationScanSettings.is_enabledc C s || _ dS )z� Sets the is_enabled of this ApplicationScanSettings. Enable or disable application scan :param is_enabled: The is_enabled of this ApplicationScanSettings. :type: bool Nr )r r r r r r ` s c C s | j S )a **[Required]** Gets the folders_to_scan of this ApplicationScanSettings. List of folders selected for scanning :return: The folders_to_scan of this ApplicationScanSettings. :rtype: list[oci.vulnerability_scanning.models.FolderToScan] �r r r r r r l s z'ApplicationScanSettings.folders_to_scanc C s || _ dS )a Sets the folders_to_scan of this ApplicationScanSettings. List of folders selected for scanning :param folders_to_scan: The folders_to_scan of this ApplicationScanSettings. :type: list[oci.vulnerability_scanning.models.FolderToScan] Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s z ApplicationScanSettings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zApplicationScanSettings.__eq__c C s | |k S r r r r r r �__ne__� s zApplicationScanSettings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"