📂 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: vm_cluster_update_history_entry_summary.cpython-39.pyc
a ���f�4 � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�"VmClusterUpdateHistoryEntrySummaryz� The record of a maintenance update action performed on a specified VM cluster. Applies to Exadata Cloud@Customer instances only. � ROLLING_APPLY�PRECHECK�ROLLBACK� GI_UPGRADE�GI_PATCH� OS_UPDATE�IN_PROGRESS� SUCCEEDED�FAILEDc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new VmClusterUpdateHistoryEntrySummary 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 VmClusterUpdateHistoryEntrySummary. :type id: str :param update_id: The value to assign to the update_id property of this VmClusterUpdateHistoryEntrySummary. :type update_id: str :param update_action: The value to assign to the update_action property of this VmClusterUpdateHistoryEntrySummary. Allowed values for this property are: "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 VmClusterUpdateHistoryEntrySummary. 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 VmClusterUpdateHistoryEntrySummary. 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 VmClusterUpdateHistoryEntrySummary. :type lifecycle_details: str :param time_started: The value to assign to the time_started property of this VmClusterUpdateHistoryEntrySummary. :type time_started: datetime :param time_completed: The value to assign to the time_completed property of this VmClusterUpdateHistoryEntrySummary. :type time_completed: datetime �strZdatetime)�id� update_id� update_action�update_type�lifecycle_state�lifecycle_details�time_started�time_completedr ZupdateIdZupdateActionZ updateTypeZlifecycleStateZlifecycleDetailsZtimeStartedZ timeCompletedN) Z swagger_typesZ attribute_map�_id� _update_id�_update_action�_update_type�_lifecycle_state�_lifecycle_details� _time_started�_time_completed)�self�kwargs� r# �_/usr/lib/python3.9/site-packages/oci/database/models/vm_cluster_update_history_entry_summary.py�__init__6 s4 -��z+VmClusterUpdateHistoryEntrySummary.__init__c C s | j S )aC **[Required]** Gets the id of this VmClusterUpdateHistoryEntrySummary. The `OCID`__ of the maintenance update history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this VmClusterUpdateHistoryEntrySummary. :rtype: str �r �r! r# r# r$ r � s z%VmClusterUpdateHistoryEntrySummary.idc C s || _ dS )a5 Sets the id of this VmClusterUpdateHistoryEntrySummary. The `OCID`__ of the maintenance update history entry. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this VmClusterUpdateHistoryEntrySummary. :type: str Nr&