📂 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_oic_service_instance_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateServiceInstanceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�CreateOicServiceInstanceDetailszQ The information about new Integration Cloud instance being provisioned. �STANDARD� ENTERPRISEc K sL dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateOicServiceInstanceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fusion_apps.models.CreateOicServiceInstanceDetails.service_instance_type` attribute of this class is ``INTEGRATION_CLOUD`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateOicServiceInstanceDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateOicServiceInstanceDetails. :type compartment_id: str :param service_instance_type: The value to assign to the service_instance_type property of this CreateOicServiceInstanceDetails. Allowed values for this property are: "INTEGRATION_CLOUD", "ANALYTICS_WAREHOUSE" :type service_instance_type: str :param message_packs: The value to assign to the message_packs property of this CreateOicServiceInstanceDetails. :type message_packs: int :param edition: The value to assign to the edition property of this CreateOicServiceInstanceDetails. Allowed values for this property are: "STANDARD", "ENTERPRISE" :type edition: str �str�int)�display_name�compartment_id�service_instance_type� message_packs�edition�displayName� compartmentId�serviceInstanceType�messagePacksr N�INTEGRATION_CLOUD)� swagger_types� attribute_map� _display_name�_compartment_id�_service_instance_type�_message_packs�_edition)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/create_oic_service_instance_details.py�__init__ s$ � �z(CreateOicServiceInstanceDetails.__init__c C s | j S )z� Gets the message_packs of this CreateOicServiceInstanceDetails. Number of 5K message packs per hour :return: The message_packs of this CreateOicServiceInstanceDetails. :rtype: int �r �r r r r! r L s z-CreateOicServiceInstanceDetails.message_packsc C s || _ dS )z� Sets the message_packs of this CreateOicServiceInstanceDetails. Number of 5K message packs per hour :param message_packs: The message_packs of this CreateOicServiceInstanceDetails. :type: int Nr# )r r r r r! r X s c C s | j S )a Gets the edition of this CreateOicServiceInstanceDetails. The Oracle Integration edition Allowed values for this property are: "STANDARD", "ENTERPRISE" :return: The edition of this CreateOicServiceInstanceDetails. :rtype: str )r r$ r r r! r d s z'CreateOicServiceInstanceDetails.editionc C s* ddg}t ||�s td�|���|| _dS )z� Sets the edition of this CreateOicServiceInstanceDetails. The Oracle Integration edition :param edition: The edition of this CreateOicServiceInstanceDetails. :type: str r r z7Invalid value for `edition`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r! r r s ��c C s t | �S �N)r r$ r r r! �__repr__� s z(CreateOicServiceInstanceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__� s z&CreateOicServiceInstanceDetails.__eq__c C s | |k S r( r r+ r r r! �__ne__� s z&CreateOicServiceInstanceDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�EDITION_STANDARD�EDITION_ENTERPRISEr"