📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_external_instance.pyc
a O��fm1 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DatabaseConfigurationMetricGroup� )�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 )/�DBExternalInstancezQ Configuration parameters defined for external databases instance level. c K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new DBExternalInstance object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DBExternalInstance.metric_name` attribute of this class is ``DB_EXTERNAL_INSTANCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this DBExternalInstance. Allowed values for this property are: "DB_EXTERNAL_PROPERTIES", "DB_EXTERNAL_INSTANCE", "DB_OS_CONFIG_INSTANCE" :type metric_name: str :param time_collected: The value to assign to the time_collected property of this DBExternalInstance. :type time_collected: datetime :param instance_name: The value to assign to the instance_name property of this DBExternalInstance. :type instance_name: str :param host_name: The value to assign to the host_name property of this DBExternalInstance. :type host_name: str :param cpu_count: The value to assign to the cpu_count property of this DBExternalInstance. :type cpu_count: int :param host_memory_capacity: The value to assign to the host_memory_capacity property of this DBExternalInstance. :type host_memory_capacity: float :param version: The value to assign to the version property of this DBExternalInstance. :type version: str :param parallel: The value to assign to the parallel property of this DBExternalInstance. :type parallel: str :param instance_role: The value to assign to the instance_role property of this DBExternalInstance. :type instance_role: str :param logins: The value to assign to the logins property of this DBExternalInstance. :type logins: str :param database_status: The value to assign to the database_status property of this DBExternalInstance. :type database_status: str :param status: The value to assign to the status property of this DBExternalInstance. :type status: str :param edition: The value to assign to the edition property of this DBExternalInstance. :type edition: str :param startup_time: The value to assign to the startup_time property of this DBExternalInstance. :type startup_time: datetime �str�datetime�int�float)�metric_name�time_collected� instance_name� host_name� cpu_count�host_memory_capacity�version�parallel� instance_role�logins�database_status�status�edition�startup_time� metricName� timeCollected�instanceName�hostName�cpuCount�hostMemoryCapacityr r �instanceRoler �databaseStatusr r �startupTimeN�DB_EXTERNAL_INSTANCE)� swagger_types� attribute_map�_metric_name�_time_collected�_instance_name� _host_name� _cpu_count�_host_memory_capacity�_version� _parallel�_instance_role�_logins�_database_status�_status�_edition� _startup_time)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/db_external_instance.py�__init__ sZ A��zDBExternalInstance.__init__c C s | j S )z� **[Required]** Gets the instance_name of this DBExternalInstance. Name of the database instance. :return: The instance_name of this DBExternalInstance. :rtype: str �r) �r5 r7 r7 r8 r � s z DBExternalInstance.instance_namec C s || _ dS )z� Sets the instance_name of this DBExternalInstance. Name of the database instance. :param instance_name: The instance_name of this DBExternalInstance. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the host_name of this DBExternalInstance. Host name of the database instance. :return: The host_name of this DBExternalInstance. :rtype: str �r* r; r7 r7 r8 r � s zDBExternalInstance.host_namec C s || _ dS )z� Sets the host_name of this DBExternalInstance. Host name of the database instance. :param host_name: The host_name of this DBExternalInstance. :type: str Nr<