📂 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: exadb_vm_cluster_update_history_entry.cpython-39.pyc
a ���f�8 � @ 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 @ sB e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0� ExadbVmClusterUpdateHistoryEntryzr The record of an maintenance update action on a specified Exadata VM cluster on Exascale Infrastructure. � ROLLING_APPLY�NON_ROLLING_APPLY�PRECHECK�ROLLBACK� GI_UPGRADE�GI_PATCH� OS_UPDATE�IN_PROGRESS� SUCCEEDED�FAILEDc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a$ Initializes a new ExadbVmClusterUpdateHistoryEntry 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 ExadbVmClusterUpdateHistoryEntry. :type id: str :param update_id: The value to assign to the update_id property of this ExadbVmClusterUpdateHistoryEntry. :type update_id: str :param update_action: The value to assign to the update_action property of this ExadbVmClusterUpdateHistoryEntry. Allowed values for this property are: "ROLLING_APPLY", "NON_ROLLING_APPLY", "PRECHECK", "ROLLBACK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type update_action: str :param update_type: The value to assign to the update_type property of this ExadbVmClusterUpdateHistoryEntry. Allowed values for this property are: "GI_UPGRADE", "GI_PATCH", "OS_UPDATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type update_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExadbVmClusterUpdateHistoryEntry. Allowed values for this property are: "IN_PROGRESS", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ExadbVmClusterUpdateHistoryEntry. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this ExadbVmClusterUpdateHistoryEntry. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this ExadbVmClusterUpdateHistoryEntry. :type time_completed: datetime :param version: The value to assign to the version property of this ExadbVmClusterUpdateHistoryEntry. :type version: str �strZdatetime) �id� update_id� update_action�update_type�lifecycle_state�lifecycle_details�time_started�time_completed�versionr ZupdateIdZupdateActionZ updateTypeZlifecycleStateZlifecycleDetailsZtimeStartedZ timeCompletedr N)Z swagger_typesZ attribute_map�_id� _update_id�_update_action�_update_type�_lifecycle_state�_lifecycle_details� _time_started�_time_completed�_version)�self�kwargs� r&