📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
fusion_apps
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/fusion_apps/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_service_attachment_details.pyc
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 @ s^ e Zd ZdZdZdZdd� Zedd� �Ze dd � �Z e jd d � �Z dd� Zd d� Z dd� ZdS )�CreateServiceAttachmentDetailsz3 Information about the service attachment. �CREATE_NEW_INSTANCE�ATTACH_EXISTING_INSTANCEc K s ddi| _ ddi| _d| _dS )a Initializes a new CreateServiceAttachmentDetails 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.fusion_apps.models.AttachExistingInstanceDetails` * :class:`~oci.fusion_apps.models.CreateNewInstanceDetails` 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 CreateServiceAttachmentDetails. Allowed values for this property are: "CREATE_NEW_INSTANCE", "ATTACH_EXISTING_INSTANCE" :type action: str �action�strN)� swagger_types� attribute_map�_action)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/create_service_attachment_details.py�__init__ s ��z'CreateServiceAttachmentDetails.__init__c C s( | d }|dkrdS |dkr dS dS 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 �AttachExistingInstanceDetailsr �CreateNewInstanceDetailsr Nr )�object_dictionary�typer r r �get_subtype2 s z*CreateServiceAttachmentDetails.get_subtypec C s | j S )a� **[Required]** Gets the action of this CreateServiceAttachmentDetails. The operation type - the customer can ask FAaaS to create a new instance or use an existing instance Allowed values for this property are: "CREATE_NEW_INSTANCE", "ATTACH_EXISTING_INSTANCE" :return: The action of this CreateServiceAttachmentDetails. :rtype: str )r �r r r r r B s z%CreateServiceAttachmentDetails.actionc C s* ddg}t ||�s td�|���|| _dS )a Sets the action of this CreateServiceAttachmentDetails. The operation type - the customer can ask FAaaS to create a new instance or use an existing instance :param action: The action of this CreateServiceAttachmentDetails. :type: str r r z6Invalid value for `action`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r P s ��c C s t | �S �N)r r r r r �__repr__b s z'CreateServiceAttachmentDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__e s z%CreateServiceAttachmentDetails.__eq__c C s | |k S r r r r r r �__ne__k s z%CreateServiceAttachmentDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�ACTION_CREATE_NEW_INSTANCE�ACTION_ATTACH_EXISTING_INSTANCEr �staticmethodr �propertyr �setterr r! r"