📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vm_cluster_update_details.pyc
a N��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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�VmClusterUpdateDetailsz� Details specifying which maintenance update to apply to the VM Cluster and which action is to be performed by the maintenance update. Applies to Exadata Cloud@Customer instances only. � ROLLING_APPLY�PRECHECK�ROLLBACKc K s( ddd�| _ ddd�| _d| _d| _dS )a\ Initializes a new VmClusterUpdateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param update_id: The value to assign to the update_id property of this VmClusterUpdateDetails. :type update_id: str :param update_action: The value to assign to the update_action property of this VmClusterUpdateDetails. Allowed values for this property are: "ROLLING_APPLY", "PRECHECK", "ROLLBACK" :type update_action: str �str)� update_id� update_action�updateId�updateActionN)� swagger_types� attribute_map� _update_id�_update_action)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/vm_cluster_update_details.py�__init__ s ��zVmClusterUpdateDetails.__init__c C s | j S )a Gets the update_id of this VmClusterUpdateDetails. The `OCID`__ of the maintenance update. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The update_id of this VmClusterUpdateDetails. :rtype: str �r �r r r r r 8 s z VmClusterUpdateDetails.update_idc C s || _ dS )a$ Sets the update_id of this VmClusterUpdateDetails. The `OCID`__ of the maintenance update. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param update_id: The update_id of this VmClusterUpdateDetails. :type: str Nr )r r r r r r F s c C s | j S )a Gets the update_action of this VmClusterUpdateDetails. The update action to perform. Allowed values for this property are: "ROLLING_APPLY", "PRECHECK", "ROLLBACK" :return: The update_action of this VmClusterUpdateDetails. :rtype: str )r r r r r r T s z$VmClusterUpdateDetails.update_actionc C s* g d�}t ||�s td�|���|| _dS )z� Sets the update_action of this VmClusterUpdateDetails. The update action to perform. :param update_action: The update_action of this VmClusterUpdateDetails. :type: str )r r r z=Invalid value for `update_action`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r b s ��c C s t | �S �N)r r r r r �__repr__t s zVmClusterUpdateDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__w s zVmClusterUpdateDetails.__eq__c C s | |k S r r r r r r �__ne__} s zVmClusterUpdateDetails.__ne__N)�__name__� __module__�__qualname__�__doc__�UPDATE_ACTION_ROLLING_APPLY�UPDATE_ACTION_PRECHECK�UPDATE_ACTION_ROLLBACKr �propertyr �setterr r r"