ruạṛ
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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�OperatorControlSummaryz) Summary of the OperatorControl. �EXACC�EXADATAINFRASTRUCTURE�AUTONOMOUSVMCLUSTER�CLOUDAUTONOMOUSVMCLUSTER�CREATED�ASSIGNED� UNASSIGNED�DELETEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new OperatorControlSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this OperatorControlSummary. :type id: str :param operator_control_name: The value to assign to the operator_control_name property of this OperatorControlSummary. :type operator_control_name: str :param compartment_id: The value to assign to the compartment_id property of this OperatorControlSummary. :type compartment_id: str :param is_fully_pre_approved: The value to assign to the is_fully_pre_approved property of this OperatorControlSummary. :type is_fully_pre_approved: bool :param resource_type: The value to assign to the resource_type property of this OperatorControlSummary. Allowed values for this property are: "EXACC", "EXADATAINFRASTRUCTURE", "AUTONOMOUSVMCLUSTER", "CLOUDAUTONOMOUSVMCLUSTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param time_of_creation: The value to assign to the time_of_creation property of this OperatorControlSummary. :type time_of_creation: datetime :param time_of_modification: The value to assign to the time_of_modification property of this OperatorControlSummary. :type time_of_modification: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this OperatorControlSummary. :type time_of_deletion: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this OperatorControlSummary. Allowed values for this property are: "CREATED", "ASSIGNED", "UNASSIGNED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this OperatorControlSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OperatorControlSummary. :type defined_tags: dict(str, dict(str, object)) �str�bool�datetimezdict(str, str)zdict(str, dict(str, object)))�id�operator_control_name�compartment_id�is_fully_pre_approved� resource_type�time_of_creation�time_of_modification�time_of_deletion�lifecycle_state� freeform_tags�defined_tagsr �operatorControlName� compartmentId�isFullyPreApproved�resourceType�timeOfCreation�timeOfModification�timeOfDeletion�lifecycleState�freeformTags�definedTagsN) � swagger_types� attribute_map�_id�_operator_control_name�_compartment_id�_is_fully_pre_approved�_resource_type�_time_of_creation�_time_of_modification�_time_of_deletion�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r6 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/operator_access_control/models/operator_control_summary.py�__init__0 sF 7��zOperatorControlSummary.__init__c C s | j S )z� **[Required]** Gets the id of this OperatorControlSummary. The OCID of the operator control. :return: The id of this OperatorControlSummary. :rtype: str �r) �r4 r6 r6 r7 r � s zOperatorControlSummary.idc C s || _ dS )z� Sets the id of this OperatorControlSummary. The OCID of the operator control. :param id: The id of this OperatorControlSummary. :type: str Nr9 )r4 r r6 r6 r7 r � s c C s | j S )z� **[Required]** Gets the operator_control_name of this OperatorControlSummary. Name of the operator control. :return: The operator_control_name of this OperatorControlSummary. :rtype: str �r* r: r6 r6 r7 r � s z,OperatorControlSummary.operator_control_namec C s || _ dS )z� Sets the operator_control_name of this OperatorControlSummary. Name of the operator control. :param operator_control_name: The operator_control_name of this OperatorControlSummary. :type: str Nr; )r4 r r6 r6 r7 r � s c C s | j S )z� Gets the compartment_id of this OperatorControlSummary. The OCID of the compartment that contains the operator control. :return: The compartment_id of this OperatorControlSummary. :rtype: str �r+ r: r6 r6 r7 r � s z%OperatorControlSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this OperatorControlSummary. The OCID of the compartment that contains the operator control. :param compartment_id: The compartment_id of this OperatorControlSummary. :type: str Nr<