ruạṛ
a N��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 @ sf e Zd ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zd d� Zdd� Zdd� ZdS )�DrPlanExecutionOptionDetailsz+ The options for a plan execution. � SWITCHOVER�SWITCHOVER_PRECHECK�FAILOVER�FAILOVER_PRECHECKc K s ddi| _ ddi| _d| _dS )a Initializes a new DrPlanExecutionOptionDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.disaster_recovery.models.SwitchoverPrecheckExecutionOptionDetails` * :class:`~oci.disaster_recovery.models.FailoverPrecheckExecutionOptionDetails` * :class:`~oci.disaster_recovery.models.SwitchoverExecutionOptionDetails` * :class:`~oci.disaster_recovery.models.FailoverExecutionOptionDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plan_execution_type: The value to assign to the plan_execution_type property of this DrPlanExecutionOptionDetails. Allowed values for this property are: "SWITCHOVER", "SWITCHOVER_PRECHECK", "FAILOVER", "FAILOVER_PRECHECK" :type plan_execution_type: str �plan_execution_type�str�planExecutionTypeN)� swagger_types� attribute_map�_plan_execution_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/disaster_recovery/models/dr_plan_execution_option_details.py�__init__ s ��z%DrPlanExecutionOptionDetails.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �(SwitchoverPrecheckExecutionOptionDetailsr �&FailoverPrecheckExecutionOptionDetailsr � SwitchoverExecutionOptionDetailsr �FailoverExecutionOptionDetailsr Nr )�object_dictionary�typer r r �get_subtype<