ruạṛ
a N��f�( � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� Operation� )�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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�OperationFromProcedurez The operation object. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )az Initializes a new OperationFromProcedure object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.OperationFromProcedure.model_type` attribute of this class is ``PROCEDURE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation_attributes: The value to assign to the operation_attributes property of this OperationFromProcedure. :type operation_attributes: oci.data_connectivity.models.AbstractOperationAttributes :param model_type: The value to assign to the model_type property of this OperationFromProcedure. Allowed values for this property are: "PROCEDURE", "API" :type model_type: str :param metadata: The value to assign to the metadata property of this OperationFromProcedure. :type metadata: oci.data_connectivity.models.ObjectMetadata :param key: The value to assign to the key property of this OperationFromProcedure. :type key: str :param model_version: The value to assign to the model_version property of this OperationFromProcedure. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this OperationFromProcedure. :type parent_ref: oci.data_connectivity.models.ParentReference :param shape: The value to assign to the shape property of this OperationFromProcedure. :type shape: oci.data_connectivity.models.Shape :param name: The value to assign to the name property of this OperationFromProcedure. :type name: str :param object_version: The value to assign to the object_version property of this OperationFromProcedure. :type object_version: int :param external_key: The value to assign to the external_key property of this OperationFromProcedure. :type external_key: str :param resource_name: The value to assign to the resource_name property of this OperationFromProcedure. :type resource_name: str :param object_status: The value to assign to the object_status property of this OperationFromProcedure. :type object_status: int �AbstractOperationAttributes�str�ObjectMetadata�ParentReference�Shape�int)�operation_attributes� model_type�metadata�key� model_version� parent_ref�shape�name�object_version�external_key� resource_name� object_status�operationAttributes� modelTyper r �modelVersion� parentRefr r � objectVersion�externalKey�resourceName�objectStatusN� PROCEDURE)� swagger_types� attribute_map�_operation_attributes�_model_type� _metadata�_key�_model_version�_parent_ref�_shape�_name�_object_version� _external_key�_resource_name�_object_status)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/operation_from_procedure.py�__init__ sN 9��zOperationFromProcedure.__init__c C s | j S )z� Gets the key of this OperationFromProcedure. The object key. :return: The key of this OperationFromProcedure. :rtype: str �r) �r2 r4 r4 r5 r t s zOperationFromProcedure.keyc C s || _ dS )z� Sets the key of this OperationFromProcedure. The object key. :param key: The key of this OperationFromProcedure. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the model_version of this OperationFromProcedure. The model version of the object. :return: The model_version of this OperationFromProcedure. :rtype: str �r* r8 r4 r4 r5 r � s z$OperationFromProcedure.model_versionc C s || _ dS )z� Sets the model_version of this OperationFromProcedure. The model version of the object. :param model_version: The model_version of this OperationFromProcedure. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the parent_ref of this OperationFromProcedure. :return: The parent_ref of this OperationFromProcedure. :rtype: oci.data_connectivity.models.ParentReference �r+ r8 r4 r4 r5 r � s z!OperationFromProcedure.parent_refc C s || _ dS )z� Sets the parent_ref of this OperationFromProcedure. :param parent_ref: The parent_ref of this OperationFromProcedure. :type: oci.data_connectivity.models.ParentReference Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the shape of this OperationFromProcedure. :return: The shape of this OperationFromProcedure. :rtype: oci.data_connectivity.models.Shape �r, r8 r4 r4 r5 r � s zOperationFromProcedure.shapec C s || _ dS )z� Sets the shape of this OperationFromProcedure. :param shape: The shape of this OperationFromProcedure. :type: oci.data_connectivity.models.Shape Nr; )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the name of this OperationFromProcedure. The operation name. :return: The name of this OperationFromProcedure. :rtype: str �r- r8 r4 r4 r5 r � s zOperationFromProcedure.namec C s || _ dS )z� Sets the name of this OperationFromProcedure. The operation name. :param name: The name of this OperationFromProcedure. :type: str Nr<