📂 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
›
os_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/os_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: installed_windows_update_summary.pyc
a O��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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�InstalledWindowsUpdateSummaryzE A Windows update installed on the Windows managed instance. �SECURITY�BUG�ENHANCEMENT�OTHERc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ay Initializes a new InstalledWindowsUpdateSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this InstalledWindowsUpdateSummary. :type display_name: str :param name: The value to assign to the name property of this InstalledWindowsUpdateSummary. :type name: str :param update_type: The value to assign to the update_type property of this InstalledWindowsUpdateSummary. Allowed values for this property are: "SECURITY", "BUG", "ENHANCEMENT", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type update_type: str �str)�display_name�name�update_type�displayNamer � updateTypeN)� swagger_types� attribute_map� _display_name�_name�_update_type)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/installed_windows_update_summary.py�__init__ s ��z&InstalledWindowsUpdateSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this InstalledWindowsUpdateSummary. Windows Update name :return: The display_name of this InstalledWindowsUpdateSummary. :rtype: str �r �r r r r r D s z*InstalledWindowsUpdateSummary.display_namec C s || _ dS )z� Sets the display_name of this InstalledWindowsUpdateSummary. Windows Update name :param display_name: The display_name of this InstalledWindowsUpdateSummary. :type: str Nr )r r r r r r P s c C s | j S )al **[Required]** Gets the name of this InstalledWindowsUpdateSummary. Unique identifier for the Windows update. NOTE - This is not an OCID, but is a unique identifier assigned by Microsoft. Example: `6981d463-cd91-4a26-b7c4-ea4ded9183ed` :return: The name of this InstalledWindowsUpdateSummary. :rtype: str �r r r r r r \ s z"InstalledWindowsUpdateSummary.namec C s || _ dS )a` Sets the name of this InstalledWindowsUpdateSummary. Unique identifier for the Windows update. NOTE - This is not an OCID, but is a unique identifier assigned by Microsoft. Example: `6981d463-cd91-4a26-b7c4-ea4ded9183ed` :param name: The name of this InstalledWindowsUpdateSummary. :type: str Nr )r r r r r r j s c C s | j S )a� **[Required]** Gets the update_type of this InstalledWindowsUpdateSummary. The purpose of this update. Allowed values for this property are: "SECURITY", "BUG", "ENHANCEMENT", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The update_type of this InstalledWindowsUpdateSummary. :rtype: str )r r r r r r x s z)InstalledWindowsUpdateSummary.update_typec C s g d�}t ||�sd}|| _dS )z� Sets the update_type of this InstalledWindowsUpdateSummary. The purpose of this update. :param update_type: The update_type of this InstalledWindowsUpdateSummary. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r � s c C s t | �S �N)r r r r r �__repr__� s z&InstalledWindowsUpdateSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$InstalledWindowsUpdateSummary.__eq__c C s | |k S r r r# r r r �__ne__� s z$InstalledWindowsUpdateSummary.__ne__N)�__name__� __module__�__qualname__�__doc__�UPDATE_TYPE_SECURITY�UPDATE_TYPE_BUG�UPDATE_TYPE_ENHANCEMENT�UPDATE_TYPE_OTHERr �propertyr �setterr r r! r% r&