📂 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: create_operator_control_assignment_details.pyc
a O��fd^ � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Ze d5d6� �Zejd7d6� �Ze d8d9� �Zejd:d9� �Zd;d<� Zd=d>� Zd?d@� ZdAS )B�&CreateOperatorControlAssignmentDetailsao Details of the Operator Control assignment. An Operator Control Assignment identifies the target resource that is placed under the governance of an Operator Control. Creating an Operator Control Assignment Assignment with a time duration ensures that human accesses to the target resource will be governed by Operator Control for the duration specified. �EXACC�EXADATAINFRASTRUCTURE�AUTONOMOUSVMCLUSTER�CLOUDAUTONOMOUSVMCLUSTERc K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a8 Initializes a new CreateOperatorControlAssignmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operator_control_id: The value to assign to the operator_control_id property of this CreateOperatorControlAssignmentDetails. :type operator_control_id: str :param resource_id: The value to assign to the resource_id property of this CreateOperatorControlAssignmentDetails. :type resource_id: str :param resource_name: The value to assign to the resource_name property of this CreateOperatorControlAssignmentDetails. :type resource_name: str :param resource_type: The value to assign to the resource_type property of this CreateOperatorControlAssignmentDetails. Allowed values for this property are: "EXACC", "EXADATAINFRASTRUCTURE", "AUTONOMOUSVMCLUSTER", "CLOUDAUTONOMOUSVMCLUSTER" :type resource_type: str :param resource_compartment_id: The value to assign to the resource_compartment_id property of this CreateOperatorControlAssignmentDetails. :type resource_compartment_id: str :param time_assignment_from: The value to assign to the time_assignment_from property of this CreateOperatorControlAssignmentDetails. :type time_assignment_from: datetime :param time_assignment_to: The value to assign to the time_assignment_to property of this CreateOperatorControlAssignmentDetails. :type time_assignment_to: datetime :param compartment_id: The value to assign to the compartment_id property of this CreateOperatorControlAssignmentDetails. :type compartment_id: str :param is_enforced_always: The value to assign to the is_enforced_always property of this CreateOperatorControlAssignmentDetails. :type is_enforced_always: bool :param comment: The value to assign to the comment property of this CreateOperatorControlAssignmentDetails. :type comment: str :param is_log_forwarded: The value to assign to the is_log_forwarded property of this CreateOperatorControlAssignmentDetails. :type is_log_forwarded: bool :param remote_syslog_server_address: The value to assign to the remote_syslog_server_address property of this CreateOperatorControlAssignmentDetails. :type remote_syslog_server_address: str :param remote_syslog_server_port: The value to assign to the remote_syslog_server_port property of this CreateOperatorControlAssignmentDetails. :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 CreateOperatorControlAssignmentDetails. :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 CreateOperatorControlAssignmentDetails. :type is_auto_approve_during_maintenance: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateOperatorControlAssignmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOperatorControlAssignmentDetails. :type defined_tags: dict(str, dict(str, object)) �str�datetime�bool�intzdict(str, str)zdict(str, dict(str, object)))�operator_control_id�resource_id� resource_name� resource_type�resource_compartment_id�time_assignment_from�time_assignment_to�compartment_id�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�operatorControlId� resourceId�resourceName�resourceType�resourceCompartmentId�timeAssignmentFrom�timeAssignmentTo� compartmentId�isEnforcedAlwaysr �isLogForwarded�remoteSyslogServerAddress�remoteSyslogServerPort�remoteSyslogServerCACert�isAutoApproveDuringMaintenance�freeformTags�definedTagsN)� swagger_types� attribute_map�_operator_control_id�_resource_id�_resource_name�_resource_type�_resource_compartment_id�_time_assignment_from�_time_assignment_to�_compartment_id�_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� rE ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/operator_access_control/models/create_operator_control_assignment_details.py�__init__! sj L��z/CreateOperatorControlAssignmentDetails.__init__c C s | j S )a2 **[Required]** Gets the operator_control_id of this CreateOperatorControlAssignmentDetails. The OCID of the operator control that is being assigned to a target resource. :return: The operator_control_id of this CreateOperatorControlAssignmentDetails. :rtype: str �r2 �rC rE rE rF r � s z:CreateOperatorControlAssignmentDetails.operator_control_idc C s || _ dS )a5 Sets the operator_control_id of this CreateOperatorControlAssignmentDetails. The OCID of the operator control that is being assigned to a target resource. :param operator_control_id: The operator_control_id of this CreateOperatorControlAssignmentDetails. :type: str NrH )rC r rE rE rF r � s c C s | j S )a0 **[Required]** Gets the resource_id of this CreateOperatorControlAssignmentDetails. The OCID of the target resource being brought under the governance of the operator control. :return: The resource_id of this CreateOperatorControlAssignmentDetails. :rtype: str �r3 rI rE rE rF r � s z2CreateOperatorControlAssignmentDetails.resource_idc C s || _ dS )a+ Sets the resource_id of this CreateOperatorControlAssignmentDetails. The OCID of the target resource being brought under the governance of the operator control. :param resource_id: The resource_id of this CreateOperatorControlAssignmentDetails. :type: str NrJ )rC r rE rE rF r � s c C s | j S )z� **[Required]** Gets the resource_name of this CreateOperatorControlAssignmentDetails. Name of the target resource. :return: The resource_name of this CreateOperatorControlAssignmentDetails. :rtype: str �r4 rI rE rE rF r � s z4CreateOperatorControlAssignmentDetails.resource_namec C s || _ dS )z� Sets the resource_name of this CreateOperatorControlAssignmentDetails. Name of the target resource. :param resource_name: The resource_name of this CreateOperatorControlAssignmentDetails. :type: str NrK )rC r rE rE rF r � s c C s | j S )ax **[Required]** Gets the resource_type of this CreateOperatorControlAssignmentDetails. Type of the target resource. Allowed values for this property are: "EXACC", "EXADATAINFRASTRUCTURE", "AUTONOMOUSVMCLUSTER", "CLOUDAUTONOMOUSVMCLUSTER" :return: The resource_type of this CreateOperatorControlAssignmentDetails. :rtype: str )r5 rI rE rE rF r � s z4CreateOperatorControlAssignmentDetails.resource_typec C s* g d�}t ||�s td�|���|| _dS )z� Sets the resource_type of this CreateOperatorControlAssignmentDetails. Type of the target resource. :param resource_type: The resource_type of this CreateOperatorControlAssignmentDetails. :type: str )r r r r z=Invalid value for `resource_type`, must be None or one of {0}N)r � ValueError�formatr5 )rC r �allowed_valuesrE rE rF r � s ��c C s | j S )a+ **[Required]** Gets the resource_compartment_id of this CreateOperatorControlAssignmentDetails. The OCID of the compartment that contains the target resource. :return: The resource_compartment_id of this CreateOperatorControlAssignmentDetails. :rtype: str �r6 rI rE rE rF r s z>CreateOperatorControlAssignmentDetails.resource_compartment_idc C s || _ dS )a2 Sets the resource_compartment_id of this CreateOperatorControlAssignmentDetails. The OCID of the compartment that contains the target resource. :param resource_compartment_id: The resource_compartment_id of this CreateOperatorControlAssignmentDetails. :type: str NrO )rC r rE rE rF r s c C s | j S )a� Gets the time_assignment_from of this CreateOperatorControlAssignmentDetails. 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 CreateOperatorControlAssignmentDetails. :rtype: datetime �r7 rI rE rE rF r & s z;CreateOperatorControlAssignmentDetails.time_assignment_fromc C s || _ dS )a� Sets the time_assignment_from of this CreateOperatorControlAssignmentDetails. 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 :param time_assignment_from: The time_assignment_from of this CreateOperatorControlAssignmentDetails. :type: datetime NrP )rC r rE rE rF r 4 s c C s | j S )a� Gets the time_assignment_to of this CreateOperatorControlAssignmentDetails. The time at which the target resource will leave 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_to of this CreateOperatorControlAssignmentDetails. :rtype: datetime �r8 rI rE rE rF r B s z9CreateOperatorControlAssignmentDetails.time_assignment_toc C s || _ dS )a� Sets the time_assignment_to of this CreateOperatorControlAssignmentDetails. The time at which the target resource will leave the governance of the operator control in `RFC 3339`__timestamp format.Example: '2020-05-22T21:10:29.600Z' __ https://tools.ietf.org/html/rfc3339 :param time_assignment_to: The time_assignment_to of this CreateOperatorControlAssignmentDetails. :type: datetime NrQ )rC r rE rE rF r P s c C s | j S )a% **[Required]** Gets the compartment_id of this CreateOperatorControlAssignmentDetails. The OCID of the compartment that contains the operator control assignment. :return: The compartment_id of this CreateOperatorControlAssignmentDetails. :rtype: str �r9 rI rE rE rF r ^ s z5CreateOperatorControlAssignmentDetails.compartment_idc C s || _ dS )a# Sets the compartment_id of this CreateOperatorControlAssignmentDetails. The OCID of the compartment that contains the operator control assignment. :param compartment_id: The compartment_id of this CreateOperatorControlAssignmentDetails. :type: str NrR )rC r rE rE rF r j s c C s | j S )a0 **[Required]** Gets the is_enforced_always of this CreateOperatorControlAssignmentDetails. If set, then the target resource is always governed by the operator control. :return: The is_enforced_always of this CreateOperatorControlAssignmentDetails. :rtype: bool �r: rI rE rE rF r v s z9CreateOperatorControlAssignmentDetails.is_enforced_alwaysc C s || _ dS )a2 Sets the is_enforced_always of this CreateOperatorControlAssignmentDetails. If set, then the target resource is always governed by the operator control. :param is_enforced_always: The is_enforced_always of this CreateOperatorControlAssignmentDetails. :type: bool NrS )rC r rE rE rF r � s c C s | j S )a Gets the comment of this CreateOperatorControlAssignmentDetails. Comment about the assignment of the operator control to this target resource. :return: The comment of this CreateOperatorControlAssignmentDetails. :rtype: str �r; rI rE rE rF r � s z.CreateOperatorControlAssignmentDetails.commentc C s || _ dS )a Sets the comment of this CreateOperatorControlAssignmentDetails. Comment about the assignment of the operator control to this target resource. :param comment: The comment of this CreateOperatorControlAssignmentDetails. :type: str NrT )rC r rE rE rF r � s c C s | j S )a$ Gets the is_log_forwarded of this CreateOperatorControlAssignmentDetails. If set, then the audit logs will be forwarded to the relevant remote logging server :return: The is_log_forwarded of this CreateOperatorControlAssignmentDetails. :rtype: bool �r<