📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_cloud_exadata_infrastructure_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 @ s� 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 dd� Zdd� Zdd� ZdS ) �'UpdateCloudExadataInfrastructureDetailszd Updates the cloud Exadata infrastructure. Applies to Exadata Cloud Service instances only. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )a- Initializes a new UpdateCloudExadataInfrastructureDetails 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 UpdateCloudExadataInfrastructureDetails. :type display_name: str :param maintenance_window: The value to assign to the maintenance_window property of this UpdateCloudExadataInfrastructureDetails. :type maintenance_window: oci.database.models.MaintenanceWindow :param compute_count: The value to assign to the compute_count property of this UpdateCloudExadataInfrastructureDetails. :type compute_count: int :param storage_count: The value to assign to the storage_count property of this UpdateCloudExadataInfrastructureDetails. :type storage_count: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdateCloudExadataInfrastructureDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateCloudExadataInfrastructureDetails. :type defined_tags: dict(str, dict(str, object)) :param customer_contacts: The value to assign to the customer_contacts property of this UpdateCloudExadataInfrastructureDetails. :type customer_contacts: list[oci.database.models.CustomerContact] �strZMaintenanceWindow�intzdict(str, str)zdict(str, dict(str, object))zlist[CustomerContact])�display_name�maintenance_window� compute_count� storage_count� freeform_tags�defined_tags�customer_contactsZdisplayNameZmaintenanceWindowZcomputeCountZstorageCountZfreeformTagsZdefinedTagsZcustomerContactsN) Z swagger_typesZ attribute_map� _display_name�_maintenance_window�_compute_count�_storage_count�_freeform_tags� _defined_tags�_customer_contacts)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/database/models/update_cloud_exadata_infrastructure_details.py�__init__ s. #�� z0UpdateCloudExadataInfrastructureDetails.__init__c C s | j S )a+ Gets the display_name of this UpdateCloudExadataInfrastructureDetails. The user-friendly name for the cloud Exadata infrastructure. The name does not need to be unique. :return: The display_name of this UpdateCloudExadataInfrastructureDetails. :rtype: str �r �r r r r r P s z4UpdateCloudExadataInfrastructureDetails.display_namec C s || _ dS )a6 Sets the display_name of this UpdateCloudExadataInfrastructureDetails. The user-friendly name for the cloud Exadata infrastructure. The name does not need to be unique. :param display_name: The display_name of this UpdateCloudExadataInfrastructureDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the maintenance_window of this UpdateCloudExadataInfrastructureDetails. :return: The maintenance_window of this UpdateCloudExadataInfrastructureDetails. :rtype: oci.database.models.MaintenanceWindow �r r r r r r h s z:UpdateCloudExadataInfrastructureDetails.maintenance_windowc C s || _ dS )z� Sets the maintenance_window of this UpdateCloudExadataInfrastructureDetails. :param maintenance_window: The maintenance_window of this UpdateCloudExadataInfrastructureDetails. :type: oci.database.models.MaintenanceWindow Nr )r r r r r r r s c C s | j S )a Gets the compute_count of this UpdateCloudExadataInfrastructureDetails. The number of compute servers for the cloud Exadata infrastructure. :return: The compute_count of this UpdateCloudExadataInfrastructureDetails. :rtype: int �r r r r r r | s z5UpdateCloudExadataInfrastructureDetails.compute_countc C s || _ dS )a Sets the compute_count of this UpdateCloudExadataInfrastructureDetails. The number of compute servers for the cloud Exadata infrastructure. :param compute_count: The compute_count of this UpdateCloudExadataInfrastructureDetails. :type: int Nr )r r r r r r � s c C s | j S )a Gets the storage_count of this UpdateCloudExadataInfrastructureDetails. The number of storage servers for the cloud Exadata infrastructure. :return: The storage_count of this UpdateCloudExadataInfrastructureDetails. :rtype: int �r r r r r r � s z5UpdateCloudExadataInfrastructureDetails.storage_countc C s || _ dS )a Sets the storage_count of this UpdateCloudExadataInfrastructureDetails. The number of storage servers for the cloud Exadata infrastructure. :param storage_count: The storage_count of this UpdateCloudExadataInfrastructureDetails. :type: int Nr )r r r r r r � s c C s | j S )a Gets the freeform_tags of this UpdateCloudExadataInfrastructureDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateCloudExadataInfrastructureDetails. :rtype: dict(str, str) �r r r r r r � s z5UpdateCloudExadataInfrastructureDetails.freeform_tagsc C s || _ dS )a Sets the freeform_tags of this UpdateCloudExadataInfrastructureDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateCloudExadataInfrastructureDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateCloudExadataInfrastructureDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateCloudExadataInfrastructureDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z4UpdateCloudExadataInfrastructureDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateCloudExadataInfrastructureDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateCloudExadataInfrastructureDetails. :type: dict(str, dict(str, object)) Nr"