ruạṛ
a ���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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�TablespaceAdminStatusz2 The status of a tablespace admin action. � SUCCEEDED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aK Initializes a new TablespaceAdminStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this TablespaceAdminStatus. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param error_code: The value to assign to the error_code property of this TablespaceAdminStatus. :type error_code: int :param error_message: The value to assign to the error_message property of this TablespaceAdminStatus. :type error_message: str �str�int)�status� error_code� error_messager Z errorCodeZerrorMessageN)Z swagger_typesZ attribute_map�_status�_error_code�_error_message)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_management/models/tablespace_admin_status.py�__init__ s ��zTablespaceAdminStatus.__init__c C s | j S )a� **[Required]** Gets the status of this TablespaceAdminStatus. The status of a tablespace admin action. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this TablespaceAdminStatus. :rtype: str )r �r r r r r >