📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: upgrade_status.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 @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )� UpgradeStatusz& The upgrade status of a DRG. �NOT_UPGRADED�IN_PROGRESS�UPGRADEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aH Initializes a new UpgradeStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param drg_id: The value to assign to the drg_id property of this UpgradeStatus. :type drg_id: str :param status: The value to assign to the status property of this UpgradeStatus. Allowed values for this property are: "NOT_UPGRADED", "IN_PROGRESS", "UPGRADED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param upgraded_connections: The value to assign to the upgraded_connections property of this UpgradeStatus. :type upgraded_connections: str �str)�drg_id�status�upgraded_connections�drgIdr �upgradedConnectionsN)� swagger_types� attribute_map�_drg_id�_status�_upgraded_connections)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/upgrade_status.py�__init__ s ��zUpgradeStatus.__init__c C s | j S )z� **[Required]** Gets the drg_id of this UpgradeStatus. The `drgId` of the upgraded DRG. :return: The drg_id of this UpgradeStatus. :rtype: str �r �r r r r r @ s zUpgradeStatus.drg_idc C s || _ dS )z� Sets the drg_id of this UpgradeStatus. The `drgId` of the upgraded DRG. :param drg_id: The drg_id of this UpgradeStatus. :type: str Nr )r r r r r r L s c C s | j S )a� **[Required]** Gets the status of this UpgradeStatus. The current upgrade status of the DRG attachment. Allowed values for this property are: "NOT_UPGRADED", "IN_PROGRESS", "UPGRADED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this UpgradeStatus. :rtype: str )r r r r r r X s zUpgradeStatus.statusc C s g d�}t ||�sd}|| _dS )z� Sets the status of this UpgradeStatus. The current upgrade status of the DRG attachment. :param status: The status of this UpgradeStatus. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r g s c C s | j S )z� **[Required]** Gets the upgraded_connections of this UpgradeStatus. The number of upgraded connections. :return: The upgraded_connections of this UpgradeStatus. :rtype: str �r r r r r r v s z"UpgradeStatus.upgraded_connectionsc C s || _ dS )z� Sets the upgraded_connections of this UpgradeStatus. The number of upgraded connections. :param upgraded_connections: The upgraded_connections of this UpgradeStatus. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zUpgradeStatus.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUpgradeStatus.__eq__c C s | |k S r r r"