📂 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_fusion_environment_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 @ 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)) �str�MaintenancePolicyz list[str]z list[Rule]�'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_tags�displayName�maintenancePolicy� compartmentId�fusionEnvironmentFamilyId�fusionEnvironmentType�kmsKeyId� dnsPrefix�additionalLanguagePacksr �'createFusionEnvironmentAdminUserDetails�freeformTags�definedTagsN)� swagger_types� 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� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/create_fusion_environment_details.py�__init__ sL 7��z'CreateFusionEnvironmentDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreateFusionEnvironmentDetails. FusionEnvironment Identifier can be renamed. :return: The display_name of this CreateFusionEnvironmentDetails. :rtype: str �r# �r/ r1 r1 r2 r s s z+CreateFusionEnvironmentDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateFusionEnvironmentDetails. FusionEnvironment Identifier can be renamed. :param display_name: The display_name of this CreateFusionEnvironmentDetails. :type: str Nr4 )r/ r r1 r1 r2 r s c C s | j S )z� Gets the maintenance_policy of this CreateFusionEnvironmentDetails. :return: The maintenance_policy of this CreateFusionEnvironmentDetails. :rtype: oci.fusion_apps.models.MaintenancePolicy �r$ r5 r1 r1 r2 r � s z1CreateFusionEnvironmentDetails.maintenance_policyc C s || _ dS )z� Sets the maintenance_policy of this CreateFusionEnvironmentDetails. :param maintenance_policy: The maintenance_policy of this CreateFusionEnvironmentDetails. :type: oci.fusion_apps.models.MaintenancePolicy Nr6 )r/ r r1 r1 r2 r � s c C s | j S )a# **[Required]** Gets the compartment_id of this CreateFusionEnvironmentDetails. The unique identifier (OCID) of the compartment where the Fusion Environment is located. :return: The compartment_id of this CreateFusionEnvironmentDetails. :rtype: str �r% r5 r1 r1 r2 r � s z-CreateFusionEnvironmentDetails.compartment_idc C s || _ dS )a! Sets the compartment_id of this CreateFusionEnvironmentDetails. The unique identifier (OCID) of the compartment where the Fusion Environment is located. :param compartment_id: The compartment_id of this CreateFusionEnvironmentDetails. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )aL **[Required]** Gets the fusion_environment_family_id of this CreateFusionEnvironmentDetails. The unique identifier (OCID) of the Fusion Environment Family that the Fusion Environment belongs to. :return: The fusion_environment_family_id of this CreateFusionEnvironmentDetails. :rtype: str �r&