📂 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_fusion_environment_details.cpython-39.pyc
a ���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 @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateFusionEnvironmentDetailsz� The configuration details of the FusionEnvironment. For more information about these fields, see `Managing Environments`__. __ https://docs.cloud.oracle.com/iaas/Content/fusion-applications/manage-environment.htm c K s� ddddddddddddd�| _ d d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new CreateFusionEnvironmentDetails 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 CreateFusionEnvironmentDetails. :type display_name: str :param maintenance_policy: The value to assign to the maintenance_policy property of this CreateFusionEnvironmentDetails. :type maintenance_policy: oci.fusion_apps.models.MaintenancePolicy :param compartment_id: The value to assign to the compartment_id property of this CreateFusionEnvironmentDetails. :type compartment_id: str :param fusion_environment_family_id: The value to assign to the fusion_environment_family_id property of this CreateFusionEnvironmentDetails. :type fusion_environment_family_id: str :param fusion_environment_type: The value to assign to the fusion_environment_type property of this CreateFusionEnvironmentDetails. :type fusion_environment_type: str :param kms_key_id: The value to assign to the kms_key_id property of this CreateFusionEnvironmentDetails. :type kms_key_id: str :param dns_prefix: The value to assign to the dns_prefix property of this CreateFusionEnvironmentDetails. :type dns_prefix: str :param additional_language_packs: The value to assign to the additional_language_packs property of this CreateFusionEnvironmentDetails. :type additional_language_packs: list[str] :param rules: The value to assign to the rules property of this CreateFusionEnvironmentDetails. :type rules: list[oci.fusion_apps.models.Rule] :param create_fusion_environment_admin_user_details: The value to assign to the create_fusion_environment_admin_user_details property of this CreateFusionEnvironmentDetails. :type create_fusion_environment_admin_user_details: oci.fusion_apps.models.CreateFusionEnvironmentAdminUserDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateFusionEnvironmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateFusionEnvironmentDetails. :type defined_tags: dict(str, dict(str, object)) �strZMaintenancePolicyz list[str]z list[Rule]Z'CreateFusionEnvironmentAdminUserDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�maintenance_policy�compartment_id�fusion_environment_family_id�fusion_environment_type� kms_key_id� dns_prefix�additional_language_packs�rules�,create_fusion_environment_admin_user_details� freeform_tags�defined_tagsZdisplayNameZmaintenancePolicyZ compartmentIdZfusionEnvironmentFamilyIdZfusionEnvironmentTypeZkmsKeyIdZ dnsPrefixZadditionalLanguagePacksr Z'createFusionEnvironmentAdminUserDetailsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_maintenance_policy�_compartment_id�_fusion_environment_family_id�_fusion_environment_type�_kms_key_id�_dns_prefix�_additional_language_packs�_rules�-_create_fusion_environment_admin_user_details�_freeform_tags� _defined_tags)�self�kwargs� r"