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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�$ActivateExadataInfrastructureDetailsz� The activation details for the Exadata Cloud@Customer infrastructure. Applies to Exadata Cloud@Customer instances only. c K s ddi| _ ddi| _d| _dS )a� Initializes a new ActivateExadataInfrastructureDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param activation_file: The value to assign to the activation_file property of this ActivateExadataInfrastructureDetails. :type activation_file: str �activation_file�strZactivationFileN)Z swagger_typesZ attribute_map�_activation_file)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/database/models/activate_exadata_infrastructure_details.py�__init__ s ��z-ActivateExadataInfrastructureDetails.__init__c C s | j S )z� **[Required]** Gets the activation_file of this ActivateExadataInfrastructureDetails. The activation zip file. :return: The activation_file of this ActivateExadataInfrastructureDetails. :rtype: str �r �r r r r r &