📂 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
›
service_manager_proxy
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/service_manager_proxy/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: service_environment_summary.cpython-39.pyc
a ���fM � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Z e!d d!� �Z"e"j#d"d!� �Z"e!d#d$� �Z$e$j#d%d$� �Z$e!d&d'� �Z%e%j#d(d'� �Z%e!d)d*� �Z&e&j#d+d*� �Z&e!d,d-� �Z'e'j#d.d-� �Z'e!d/d0� �Z(e(j#d1d0� �Z(e!d2d3� �Z)e)j#d4d3� �Z)e!d5d6� �Z*e*j#d7d6� �Z*e!d8d9� �Z+e+j#d:d9� �Z+d;d<� Z,d=d>� Z-d?d@� Z.dAS )B�ServiceEnvironmentSummaryz1 Summary of service environment details. �INITIALIZED�BEGIN_ACTIVATION�ACTIVE�BEGIN_SOFT_TERMINATION�SOFT_TERMINATED�BEGIN_TERMINATION�CANCELED� TERMINATED�BEGIN_DISABLING�BEGIN_ENABLING�BEGIN_MIGRATION�DISABLED�BEGIN_SUSPENSION�BEGIN_RESUMPTION� SUSPENDED�BEGIN_LOCK_RELOCATION�LOCKED_RELOCATION�BEGIN_RELOCATION� RELOCATED�BEGIN_UNLOCK_RELOCATION�UNLOCKED_RELOCATION�FAILED_LOCK_RELOCATION�FAILED_ACTIVATION�FAILED_MIGRATION�ACCESS_DISABLED�BEGIN_DISABLING_ACCESS�BEGIN_ENABLING_ACCESS�TRA_UNKNOWNc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ServiceEnvironmentSummary 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 ServiceEnvironmentSummary. :type id: str :param subscription_id: The value to assign to the subscription_id property of this ServiceEnvironmentSummary. :type subscription_id: str :param status: The value to assign to the status property of this ServiceEnvironmentSummary. Allowed values for this property are: "INITIALIZED", "BEGIN_ACTIVATION", "ACTIVE", "BEGIN_SOFT_TERMINATION", "SOFT_TERMINATED", "BEGIN_TERMINATION", "CANCELED", "TERMINATED", "BEGIN_DISABLING", "BEGIN_ENABLING", "BEGIN_MIGRATION", "DISABLED", "BEGIN_SUSPENSION", "BEGIN_RESUMPTION", "SUSPENDED", "BEGIN_LOCK_RELOCATION", "LOCKED_RELOCATION", "BEGIN_RELOCATION", "RELOCATED", "BEGIN_UNLOCK_RELOCATION", "UNLOCKED_RELOCATION", "FAILED_LOCK_RELOCATION", "FAILED_ACTIVATION", "FAILED_MIGRATION", "ACCESS_DISABLED", "BEGIN_DISABLING_ACCESS", "BEGIN_ENABLING_ACCESS", "TRA_UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param compartment_id: The value to assign to the compartment_id property of this ServiceEnvironmentSummary. :type compartment_id: str :param service_definition: The value to assign to the service_definition property of this ServiceEnvironmentSummary. :type service_definition: oci.service_manager_proxy.models.ServiceDefinition :param console_url: The value to assign to the console_url property of this ServiceEnvironmentSummary. :type console_url: str :param service_environment_endpoints: The value to assign to the service_environment_endpoints property of this ServiceEnvironmentSummary. :type service_environment_endpoints: list[oci.service_manager_proxy.models.ServiceEnvironmentEndPointOverview] :param defined_tags: The value to assign to the defined_tags property of this ServiceEnvironmentSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this ServiceEnvironmentSummary. :type freeform_tags: dict(str, str) �strZServiceDefinitionz(list[ServiceEnvironmentEndPointOverview]zdict(str, dict(str, object))zdict(str, str)) �id�subscription_id�status�compartment_id�service_definition�console_url�service_environment_endpoints�defined_tags� freeform_tagsr$ ZsubscriptionIdr&