📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_module_stream_details.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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�UpdateModuleStreamDetailsz< Information detailing the state of a module stream �ENABLED�DISABLED�ACTIVEc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateModuleStreamDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param stream_name: The value to assign to the stream_name property of this UpdateModuleStreamDetails. :type stream_name: str :param status: The value to assign to the status property of this UpdateModuleStreamDetails. Allowed values for this property are: "ENABLED", "DISABLED", "ACTIVE" :type status: str :param time_modified: The value to assign to the time_modified property of this UpdateModuleStreamDetails. :type time_modified: datetime :param software_source_name: The value to assign to the software_source_name property of this UpdateModuleStreamDetails. :type software_source_name: str :param software_source_url: The value to assign to the software_source_url property of this UpdateModuleStreamDetails. :type software_source_url: str :param is_default: The value to assign to the is_default property of this UpdateModuleStreamDetails. :type is_default: bool :param profiles: The value to assign to the profiles property of this UpdateModuleStreamDetails. :type profiles: list[oci.os_management.models.UpdateModuleStreamProfileDetails] �str�datetime�boolz&list[UpdateModuleStreamProfileDetails])�stream_name�status� time_modified�software_source_name�software_source_url� is_default�profiles� streamNamer �timeModified�softwareSourceName�softwareSourceUrl� isDefaultr N) � swagger_types� attribute_map�_stream_name�_status�_time_modified�_software_source_name�_software_source_url�_is_default� _profiles)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/update_module_stream_details.py�__init__ s. $�� z"UpdateModuleStreamDetails.__init__c C s | j S )z� **[Required]** Gets the stream_name of this UpdateModuleStreamDetails. The name of the stream of the parent module :return: The stream_name of this UpdateModuleStreamDetails. :rtype: str �r �r"