📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: absolute_time_start_policy.cpython-39.pyc
a ���fe � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ContinuousQueryStartPolicy� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AbsoluteTimeStartPolicyz8 Start policy that defines the exact start time c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aY Initializes a new AbsoluteTimeStartPolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_guard.models.AbsoluteTimeStartPolicy.start_policy_type` attribute of this class is ``ABSOLUTE_TIME_START_POLICY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param start_policy_type: The value to assign to the start_policy_type property of this AbsoluteTimeStartPolicy. Allowed values for this property are: "NO_DELAY_START_POLICY", "ABSOLUTE_TIME_START_POLICY" :type start_policy_type: str :param query_start_time: The value to assign to the query_start_time property of this AbsoluteTimeStartPolicy. :type query_start_time: datetime �strZdatetime)Zstart_policy_type�query_start_timeZstartPolicyTypeZqueryStartTimeNZABSOLUTE_TIME_START_POLICY)Z swagger_typesZ attribute_mapZ_start_policy_type�_query_start_time)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/cloud_guard/models/absolute_time_start_policy.py�__init__ s ��z AbsoluteTimeStartPolicy.__init__c C s | j S )z� Gets the query_start_time of this AbsoluteTimeStartPolicy. Time when the query can start. If not specified it can start immediately :return: The query_start_time of this AbsoluteTimeStartPolicy. :rtype: datetime �r �r r r r r 0 s z(AbsoluteTimeStartPolicy.query_start_timec C s || _ dS )a Sets the query_start_time of this AbsoluteTimeStartPolicy. Time when the query can start. If not specified it can start immediately :param query_start_time: The query_start_time of this AbsoluteTimeStartPolicy. :type: datetime Nr )r r r r r r <