📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_oax_service_instance_details.cpython-39.pyc
a ���fP � @ 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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateOaxServiceInstanceDetailszS The information about new Analytics Warehouse instance being provisioned. c K sV ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d| _d S )a Initializes a new CreateOaxServiceInstanceDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fusion_apps.models.CreateOaxServiceInstanceDetails.service_instance_type` attribute of this class is ``ANALYTICS_WAREHOUSE`` 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 CreateOaxServiceInstanceDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateOaxServiceInstanceDetails. :type compartment_id: str :param service_instance_type: The value to assign to the service_instance_type property of this CreateOaxServiceInstanceDetails. Allowed values for this property are: "INTEGRATION_CLOUD", "ANALYTICS_WAREHOUSE" :type service_instance_type: str :param name: The value to assign to the name property of this CreateOaxServiceInstanceDetails. :type name: str :param description: The value to assign to the description property of this CreateOaxServiceInstanceDetails. :type description: str :param faw_admin_info: The value to assign to the faw_admin_info property of this CreateOaxServiceInstanceDetails. :type faw_admin_info: oci.fusion_apps.models.FawAdminInfoDetails �strZFawAdminInfoDetails)Zdisplay_nameZcompartment_idZservice_instance_type�name�description�faw_admin_infoZdisplayNameZ compartmentIdZserviceInstanceTyper r ZFawAdminInfoNZANALYTICS_WAREHOUSE)Z swagger_typesZ attribute_mapZ _display_nameZ_compartment_idZ_service_instance_type�_name�_description�_faw_admin_info)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/fusion_apps/models/create_oax_service_instance_details.py�__init__ s* !� � z(CreateOaxServiceInstanceDetails.__init__c C s | j S )z� **[Required]** Gets the name of this CreateOaxServiceInstanceDetails. A unique Name for Analytics Warehouse. :return: The name of this CreateOaxServiceInstanceDetails. :rtype: str �r �r r r r r J s z$CreateOaxServiceInstanceDetails.namec C s || _ dS )z� Sets the name of this CreateOaxServiceInstanceDetails. A unique Name for Analytics Warehouse. :param name: The name of this CreateOaxServiceInstanceDetails. :type: str Nr )r r r r r r V s c C s | j S )z� Gets the description of this CreateOaxServiceInstanceDetails. This is the description for Analytics Warehouse Service. :return: The description of this CreateOaxServiceInstanceDetails. :rtype: str �r r r r r r b s z+CreateOaxServiceInstanceDetails.descriptionc C s || _ dS )z� Sets the description of this CreateOaxServiceInstanceDetails. This is the description for Analytics Warehouse Service. :param description: The description of this CreateOaxServiceInstanceDetails. :type: str Nr )r r r r r r n s c C s | j S )z� Gets the faw_admin_info of this CreateOaxServiceInstanceDetails. :return: The faw_admin_info of this CreateOaxServiceInstanceDetails. :rtype: oci.fusion_apps.models.FawAdminInfoDetails �r r r r r r z s z.CreateOaxServiceInstanceDetails.faw_admin_infoc C s || _ dS )z� Sets the faw_admin_info of this CreateOaxServiceInstanceDetails. :param faw_admin_info: The faw_admin_info of this CreateOaxServiceInstanceDetails. :type: oci.fusion_apps.models.FawAdminInfoDetails Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z(CreateOaxServiceInstanceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z&CreateOaxServiceInstanceDetails.__eq__c C s | |k S r r r r r r �__ne__� s z&CreateOaxServiceInstanceDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"