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 ZdZdZdZdZdZdZdZ dZ d ZdZd d� Z edd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�IormPlanz7 The IORM plan from an Exadata storage server. �ACTIVE�INACTIVE�OTHER�AUTO�HIGH_THROUGHPUT�LOW_LATENCY�BALANCED�BASICc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aB Initializes a new IormPlan object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_status: The value to assign to the plan_status property of this IormPlan. Allowed values for this property are: "ACTIVE", "INACTIVE", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type plan_status: str :param plan_objective: The value to assign to the plan_objective property of this IormPlan. Allowed values for this property are: "AUTO", "HIGH_THROUGHPUT", "LOW_LATENCY", "BALANCED", "BASIC", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type plan_objective: str :param db_plan: The value to assign to the db_plan property of this IormPlan. :type db_plan: oci.database_management.models.DatabasePlan �strZDatabasePlan)�plan_status�plan_objective�db_planZ planStatusZ planObjectiveZdbPlanN)Z swagger_typesZ attribute_map�_plan_status�_plan_objective�_db_plan)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/database_management/models/iorm_plan.py�__init__6 s ��zIormPlan.__init__c C s | j S )aw **[Required]** Gets the plan_status of this IormPlan. The status of the IORM plan. Allowed values for this property are: "ACTIVE", "INACTIVE", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The plan_status of this IormPlan. :rtype: str )r �r r r r r \ s zIormPlan.plan_statusc C s g d�}t ||�sd}|| _dS )z� Sets the plan_status of this IormPlan. The status of the IORM plan. :param plan_status: The plan_status of this IormPlan. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r k s c C s | j S )a� **[Required]** Gets the plan_objective of this IormPlan. The objective of the IORM plan. Allowed values for this property are: "AUTO", "HIGH_THROUGHPUT", "LOW_LATENCY", "BALANCED", "BASIC", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The plan_objective of this IormPlan. :rtype: str )r r r r r r z s zIormPlan.plan_objectivec C s g d�}t ||�sd}|| _dS )z� Sets the plan_objective of this IormPlan. The objective of the IORM plan. :param plan_objective: The plan_objective of this IormPlan. :type: str )r r r r r r r N)r r )r r r r r r r � s c C s | j S )z� Gets the db_plan of this IormPlan. :return: The db_plan of this IormPlan. :rtype: oci.database_management.models.DatabasePlan �r r r r r r � s zIormPlan.db_planc C s || _ dS )z� Sets the db_plan of this IormPlan. :param db_plan: The db_plan of this IormPlan. :type: oci.database_management.models.DatabasePlan Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zIormPlan.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zIormPlan.__eq__c C s | |k S r r r"