📂 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_autonomous_vm_cluster_details.cpython-39.opt-1.pyc
a ���fh- � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"� UpdateAutonomousVmClusterDetailsz9 Details for updating the Autonomous VM cluster. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateAutonomousVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param maintenance_window_details: The value to assign to the maintenance_window_details property of this UpdateAutonomousVmClusterDetails. :type maintenance_window_details: oci.database.models.MaintenanceWindow :param license_model: The value to assign to the license_model property of this UpdateAutonomousVmClusterDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAutonomousVmClusterDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAutonomousVmClusterDetails. :type defined_tags: dict(str, dict(str, object)) :param autonomous_data_storage_size_in_tbs: The value to assign to the autonomous_data_storage_size_in_tbs property of this UpdateAutonomousVmClusterDetails. :type autonomous_data_storage_size_in_tbs: float :param cpu_core_count_per_node: The value to assign to the cpu_core_count_per_node property of this UpdateAutonomousVmClusterDetails. :type cpu_core_count_per_node: int :param total_container_databases: The value to assign to the total_container_databases property of this UpdateAutonomousVmClusterDetails. :type total_container_databases: int ZMaintenanceWindow�strzdict(str, str)zdict(str, dict(str, object))�float�int)�maintenance_window_details� license_model� freeform_tags�defined_tags�#autonomous_data_storage_size_in_tbs�cpu_core_count_per_node�total_container_databasesZmaintenanceWindowDetailsZlicenseModelZfreeformTagsZdefinedTagsZautonomousDataStorageSizeInTBsZcpuCoreCountPerNodeZtotalContainerDatabasesN) Z swagger_typesZ attribute_map�_maintenance_window_details�_license_model�_freeform_tags� _defined_tags�$_autonomous_data_storage_size_in_tbs�_cpu_core_count_per_node�_total_container_databases)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/database/models/update_autonomous_vm_cluster_details.py�__init__ s. $�� z)UpdateAutonomousVmClusterDetails.__init__c C s | j S )z� Gets the maintenance_window_details of this UpdateAutonomousVmClusterDetails. :return: The maintenance_window_details of this UpdateAutonomousVmClusterDetails. :rtype: oci.database.models.MaintenanceWindow �r �r r r r r Y s z;UpdateAutonomousVmClusterDetails.maintenance_window_detailsc C s || _ dS )a Sets the maintenance_window_details of this UpdateAutonomousVmClusterDetails. :param maintenance_window_details: The maintenance_window_details of this UpdateAutonomousVmClusterDetails. :type: oci.database.models.MaintenanceWindow Nr )r r r r r r c s c C s | j S )a� Gets the license_model of this UpdateAutonomousVmClusterDetails. The Oracle license model that applies to the Autonomous VM cluster. The default is BRING_YOUR_OWN_LICENSE. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :return: The license_model of this UpdateAutonomousVmClusterDetails. :rtype: str )r r r r r r m s z.UpdateAutonomousVmClusterDetails.license_modelc C s* ddg}t ||�s td|� ���|| _dS )a4 Sets the license_model of this UpdateAutonomousVmClusterDetails. The Oracle license model that applies to the Autonomous VM cluster. The default is BRING_YOUR_OWN_LICENSE. :param license_model: The license_model of this UpdateAutonomousVmClusterDetails. :type: str r r z:Invalid value for `license_model`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r { s �c C s | j S )a� Gets the freeform_tags of this UpdateAutonomousVmClusterDetails. 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 UpdateAutonomousVmClusterDetails. :rtype: dict(str, str) �r r r r r r � s z.UpdateAutonomousVmClusterDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdateAutonomousVmClusterDetails. 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 UpdateAutonomousVmClusterDetails. :type: dict(str, str) Nr"