📂 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
›
oda
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/oda/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_oda_instance_details.pyc
a O��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� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�CreateOdaInstanceDetailszN Properties that are required to create a Digital Assistant instance. �DEVELOPMENT� PRODUCTIONc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aP Initializes a new CreateOdaInstanceDetails object with values from keyword arguments. 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 CreateOdaInstanceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateOdaInstanceDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateOdaInstanceDetails. :type compartment_id: str :param shape_name: The value to assign to the shape_name property of this CreateOdaInstanceDetails. Allowed values for this property are: "DEVELOPMENT", "PRODUCTION" :type shape_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateOdaInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOdaInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param is_role_based_access: The value to assign to the is_role_based_access property of this CreateOdaInstanceDetails. :type is_role_based_access: bool :param identity_domain: The value to assign to the identity_domain property of this CreateOdaInstanceDetails. :type identity_domain: str �strzdict(str, str)zdict(str, dict(str, object))�bool)�display_name�description�compartment_id� shape_name� freeform_tags�defined_tags�is_role_based_access�identity_domain�displayNamer � compartmentId� shapeName�freeformTags�definedTags�isRoleBasedAccess�identityDomainN) � swagger_types� attribute_map� _display_name�_description�_compartment_id�_shape_name�_freeform_tags� _defined_tags�_is_role_based_access�_identity_domain)�self�kwargs� r&