📂 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: fusion_environment_summary.pyc
a N��fZ � @ 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 @ sR 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&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Zejd?d>� �Zed@dA� �ZejdBdA� �ZdCdD� ZdEdF� ZdGdH� ZdIS )J�FusionEnvironmentSummaryz1 Summary of the internal FA Environment. c K s� dddddddddddddddddddddd�| _ d d ddd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new FusionEnvironmentSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this FusionEnvironmentSummary. :type id: str :param display_name: The value to assign to the display_name property of this FusionEnvironmentSummary. :type display_name: str :param time_upcoming_maintenance: The value to assign to the time_upcoming_maintenance property of this FusionEnvironmentSummary. :type time_upcoming_maintenance: datetime :param maintenance_policy: The value to assign to the maintenance_policy property of this FusionEnvironmentSummary. :type maintenance_policy: oci.fusion_apps.models.GetMaintenancePolicyDetails :param compartment_id: The value to assign to the compartment_id property of this FusionEnvironmentSummary. :type compartment_id: str :param fusion_environment_family_id: The value to assign to the fusion_environment_family_id property of this FusionEnvironmentSummary. :type fusion_environment_family_id: str :param subscription_ids: The value to assign to the subscription_ids property of this FusionEnvironmentSummary. :type subscription_ids: list[str] :param applied_patch_bundles: The value to assign to the applied_patch_bundles property of this FusionEnvironmentSummary. :type applied_patch_bundles: list[str] :param fusion_environment_type: The value to assign to the fusion_environment_type property of this FusionEnvironmentSummary. :type fusion_environment_type: str :param version: The value to assign to the version property of this FusionEnvironmentSummary. :type version: str :param public_url: The value to assign to the public_url property of this FusionEnvironmentSummary. :type public_url: str :param dns_prefix: The value to assign to the dns_prefix property of this FusionEnvironmentSummary. :type dns_prefix: str :param additional_language_packs: The value to assign to the additional_language_packs property of this FusionEnvironmentSummary. :type additional_language_packs: list[str] :param lockbox_id: The value to assign to the lockbox_id property of this FusionEnvironmentSummary. :type lockbox_id: str :param is_break_glass_enabled: The value to assign to the is_break_glass_enabled property of this FusionEnvironmentSummary. :type is_break_glass_enabled: bool :param time_created: The value to assign to the time_created property of this FusionEnvironmentSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this FusionEnvironmentSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this FusionEnvironmentSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this FusionEnvironmentSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this FusionEnvironmentSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this FusionEnvironmentSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetime�GetMaintenancePolicyDetailsz list[str]�boolzdict(str, str)zdict(str, dict(str, object)))�id�display_name�time_upcoming_maintenance�maintenance_policy�compartment_id�fusion_environment_family_id�subscription_ids�applied_patch_bundles�fusion_environment_type�version� public_url� dns_prefix�additional_language_packs� lockbox_id�is_break_glass_enabled�time_created�time_updated�lifecycle_state�lifecycle_details� freeform_tags�defined_tagsr �displayName�timeUpcomingMaintenance�maintenancePolicy� compartmentId�fusionEnvironmentFamilyId�subscriptionIds�appliedPatchBundles�fusionEnvironmentTyper � publicUrl� dnsPrefix�additionalLanguagePacks� lockboxId�isBreakGlassEnabled�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�freeformTags�definedTagsN)� swagger_types� attribute_map�_id� _display_name�_time_upcoming_maintenance�_maintenance_policy�_compartment_id�_fusion_environment_family_id�_subscription_ids�_applied_patch_bundles�_fusion_environment_type�_version�_public_url�_dns_prefix�_additional_language_packs�_lockbox_id�_is_break_glass_enabled� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� rL ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/fusion_environment_summary.py�__init__ s� [��z!FusionEnvironmentSummary.__init__c C s | j S )z� **[Required]** Gets the id of this FusionEnvironmentSummary. Unique identifier that is immutable on creation :return: The id of this FusionEnvironmentSummary. :rtype: str �r5 �rJ rL rL rM r � s zFusionEnvironmentSummary.idc C s || _ dS )z� Sets the id of this FusionEnvironmentSummary. Unique identifier that is immutable on creation :param id: The id of this FusionEnvironmentSummary. :type: str NrO )rJ r rL rL rM r � s c C s | j S )z� **[Required]** Gets the display_name of this FusionEnvironmentSummary. FusionEnvironment Identifier, can be renamed :return: The display_name of this FusionEnvironmentSummary. :rtype: str �r6 rP rL rL rM r � s z%FusionEnvironmentSummary.display_namec C s || _ dS )z� Sets the display_name of this FusionEnvironmentSummary. FusionEnvironment Identifier, can be renamed :param display_name: The display_name of this FusionEnvironmentSummary. :type: str NrQ )rJ r rL rL rM r � s c C s | j S )z� Gets the time_upcoming_maintenance of this FusionEnvironmentSummary. The next maintenance for this environment :return: The time_upcoming_maintenance of this FusionEnvironmentSummary. :rtype: datetime �r7 rP rL rL rM r � s z2FusionEnvironmentSummary.time_upcoming_maintenancec C s || _ dS )a Sets the time_upcoming_maintenance of this FusionEnvironmentSummary. The next maintenance for this environment :param time_upcoming_maintenance: The time_upcoming_maintenance of this FusionEnvironmentSummary. :type: datetime NrR )rJ r rL rL rM r � s c C s | j S )z� Gets the maintenance_policy of this FusionEnvironmentSummary. :return: The maintenance_policy of this FusionEnvironmentSummary. :rtype: oci.fusion_apps.models.GetMaintenancePolicyDetails �r8 rP rL rL rM r � s z+FusionEnvironmentSummary.maintenance_policyc C s || _ dS )z� Sets the maintenance_policy of this FusionEnvironmentSummary. :param maintenance_policy: The maintenance_policy of this FusionEnvironmentSummary. :type: oci.fusion_apps.models.GetMaintenancePolicyDetails NrS )rJ r rL rL rM r s c C s | j S )z� **[Required]** Gets the compartment_id of this FusionEnvironmentSummary. Compartment Identifier :return: The compartment_id of this FusionEnvironmentSummary. :rtype: str �r9 rP rL rL rM r s z'FusionEnvironmentSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this FusionEnvironmentSummary. Compartment Identifier :param compartment_id: The compartment_id of this FusionEnvironmentSummary. :type: str NrT )rJ r rL rL rM r s c C s | j S )z� Gets the fusion_environment_family_id of this FusionEnvironmentSummary. FusionEnvironmentFamily Identifier :return: The fusion_environment_family_id of this FusionEnvironmentSummary. :rtype: str �r: rP rL rL rM r $ s z5FusionEnvironmentSummary.fusion_environment_family_idc C s || _ dS )a Sets the fusion_environment_family_id of this FusionEnvironmentSummary. FusionEnvironmentFamily Identifier :param fusion_environment_family_id: The fusion_environment_family_id of this FusionEnvironmentSummary. :type: str NrU )rJ r rL rL rM r 0 s c C s | j S )z� Gets the subscription_ids of this FusionEnvironmentSummary. List of subscription IDs. :return: The subscription_ids of this FusionEnvironmentSummary. :rtype: list[str] �r; rP rL rL rM r < s z)FusionEnvironmentSummary.subscription_idsc C s || _ dS )z� Sets the subscription_ids of this FusionEnvironmentSummary. List of subscription IDs. :param subscription_ids: The subscription_ids of this FusionEnvironmentSummary. :type: list[str] NrV )rJ r rL rL rM r H s c C s | j S )z� Gets the applied_patch_bundles of this FusionEnvironmentSummary. Patch bundle names :return: The applied_patch_bundles of this FusionEnvironmentSummary. :rtype: list[str] �r<