📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
operator_access_control
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/operator_access_control/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_operator_control_assignment_details.pyc
a O��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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�&UpdateOperatorControlAssignmentDetailsz@ Details for modifying the Operator Control assignment. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aq Initializes a new UpdateOperatorControlAssignmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_assignment_from: The value to assign to the time_assignment_from property of this UpdateOperatorControlAssignmentDetails. :type time_assignment_from: datetime :param time_assignment_to: The value to assign to the time_assignment_to property of this UpdateOperatorControlAssignmentDetails. :type time_assignment_to: datetime :param is_enforced_always: The value to assign to the is_enforced_always property of this UpdateOperatorControlAssignmentDetails. :type is_enforced_always: bool :param comment: The value to assign to the comment property of this UpdateOperatorControlAssignmentDetails. :type comment: str :param is_log_forwarded: The value to assign to the is_log_forwarded property of this UpdateOperatorControlAssignmentDetails. :type is_log_forwarded: bool :param remote_syslog_server_address: The value to assign to the remote_syslog_server_address property of this UpdateOperatorControlAssignmentDetails. :type remote_syslog_server_address: str :param remote_syslog_server_port: The value to assign to the remote_syslog_server_port property of this UpdateOperatorControlAssignmentDetails. :type remote_syslog_server_port: int :param remote_syslog_server_ca_cert: The value to assign to the remote_syslog_server_ca_cert property of this UpdateOperatorControlAssignmentDetails. :type remote_syslog_server_ca_cert: str :param is_auto_approve_during_maintenance: The value to assign to the is_auto_approve_during_maintenance property of this UpdateOperatorControlAssignmentDetails. :type is_auto_approve_during_maintenance: bool :param freeform_tags: The value to assign to the freeform_tags property of this UpdateOperatorControlAssignmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateOperatorControlAssignmentDetails. :type defined_tags: dict(str, dict(str, object)) �datetime�bool�str�intzdict(str, str)zdict(str, dict(str, object)))�time_assignment_from�time_assignment_to�is_enforced_always�comment�is_log_forwarded�remote_syslog_server_address�remote_syslog_server_port�remote_syslog_server_ca_cert�"is_auto_approve_during_maintenance� freeform_tags�defined_tags�timeAssignmentFrom�timeAssignmentTo�isEnforcedAlwaysr �isLogForwarded�remoteSyslogServerAddress�remoteSyslogServerPort�remoteSyslogServerCACert�isAutoApproveDuringMaintenance�freeformTags�definedTagsN) � swagger_types� attribute_map�_time_assignment_from�_time_assignment_to�_is_enforced_always�_comment�_is_log_forwarded�_remote_syslog_server_address�_remote_syslog_server_port�_remote_syslog_server_ca_cert�#_is_auto_approve_during_maintenance�_freeform_tags� _defined_tags)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/operator_access_control/models/update_operator_control_assignment_details.py�__init__ sF 3��z/UpdateOperatorControlAssignmentDetails.__init__c C s | j S )a� Gets the time_assignment_from of this UpdateOperatorControlAssignmentDetails. The time at which the target resource will be brought under the governance of the operator control in `RFC 3339`__ timestamp format. Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :return: The time_assignment_from of this UpdateOperatorControlAssignmentDetails. :rtype: datetime �r"