📂 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
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_maintenance_details.cpython-39.opt-1.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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CreateMaintenanceDetailszb The Maintenance Policy for the DB System or Read Replica that this model is included in. c K s ddi| _ ddi| _d| _dS )a� Initializes a new CreateMaintenanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param window_start_time: The value to assign to the window_start_time property of this CreateMaintenanceDetails. :type window_start_time: str �window_start_time�strZwindowStartTimeN)Z swagger_typesZ attribute_map�_window_start_time)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/mysql/models/create_maintenance_details.py�__init__ s ��z!CreateMaintenanceDetails.__init__c C s | j S )a� **[Required]** Gets the window_start_time of this CreateMaintenanceDetails. The start of the 2 hour maintenance window. This string is of the format: "{day-of-week} {time-of-day}". "{day-of-week}" is a case-insensitive string like "mon", "tue", &c. "{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero. If you set the read replica maintenance window to "" or if not specified, the read replica is set same as the DB system maintenance window. :return: The window_start_time of this CreateMaintenanceDetails. :rtype: str �r �r r r r r &