ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateServiceAttachmentDetails� )�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 d d� Z dd� Zdd� ZdS )�CreateNewInstanceDetailsz3 Information about the service attachment. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a� Initializes a new CreateNewInstanceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fusion_apps.models.CreateNewInstanceDetails.action` attribute of this class is ``CREATE_NEW_INSTANCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action: The value to assign to the action property of this CreateNewInstanceDetails. Allowed values for this property are: "CREATE_NEW_INSTANCE", "ATTACH_EXISTING_INSTANCE" :type action: str :param details: The value to assign to the details property of this CreateNewInstanceDetails. :type details: oci.fusion_apps.models.CreateServiceInstanceDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateNewInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNewInstanceDetails. :type defined_tags: dict(str, dict(str, object)) �str�CreateServiceInstanceDetailszdict(str, str)zdict(str, dict(str, object)))�action�details� freeform_tags�defined_tagsr r �freeformTags�definedTagsN�CREATE_NEW_INSTANCE)� swagger_types� attribute_map�_action�_details�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/create_new_instance_details.py�__init__ s ��z!CreateNewInstanceDetails.__init__c C s | j S )z� **[Required]** Gets the details of this CreateNewInstanceDetails. :return: The details of this CreateNewInstanceDetails. :rtype: oci.fusion_apps.models.CreateServiceInstanceDetails �r �r r r r r <