📂 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
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_module_stream_details.cpython-39.pyc
a ���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] �strZdatetime�boolz&list[UpdateModuleStreamProfileDetails])�stream_name�status� time_modified�software_source_name�software_source_url� is_default�profilesZ streamNamer ZtimeModifiedZsoftwareSourceNameZsoftwareSourceUrlZ isDefaultr N) Z swagger_typesZ attribute_map�_stream_name�_status�_time_modified�_software_source_name�_software_source_url�_is_default� _profiles)�self�kwargs� r �Y/usr/lib/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 r r r r ] s z%UpdateModuleStreamDetails.stream_namec C s || _ dS )z� Sets the stream_name of this UpdateModuleStreamDetails. The name of the stream of the parent module :param stream_name: The stream_name of this UpdateModuleStreamDetails. :type: str Nr )r r r r r r i s c C s | j S )a� **[Required]** Gets the status of this UpdateModuleStreamDetails. The status of the stream A stream with the "ENABLED" status can be used as a source for installing profiles. Streams with this status are also "ACTIVE". A stream with the "DISABLED" status cannot be the source for installing profiles. To install profiles and packages from this stream, it must be enabled. A stream with the "ACTIVE" status can be used as a source for installing profiles. The packages that comprise the stream are also used when a matching package is installed directly. In general, a stream can have this status if it is the default stream for the module and no stream has been explicitly enabled. Allowed values for this property are: "ENABLED", "DISABLED", "ACTIVE" :return: The status of this UpdateModuleStreamDetails. :rtype: str )r r r r r r u s z UpdateModuleStreamDetails.statusc C s* g d�}t ||�s td|� ���|| _dS )ae Sets the status of this UpdateModuleStreamDetails. The status of the stream A stream with the "ENABLED" status can be used as a source for installing profiles. Streams with this status are also "ACTIVE". A stream with the "DISABLED" status cannot be the source for installing profiles. To install profiles and packages from this stream, it must be enabled. A stream with the "ACTIVE" status can be used as a source for installing profiles. The packages that comprise the stream are also used when a matching package is installed directly. In general, a stream can have this status if it is the default stream for the module and no stream has been explicitly enabled. :param status: The status of this UpdateModuleStreamDetails. :type: str )r r r z3Invalid value for `status`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r � s �c C s | j S )al **[Required]** Gets the time_modified of this UpdateModuleStreamDetails. The date and time of the last status change for this object, as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :return: The time_modified of this UpdateModuleStreamDetails. :rtype: datetime �r r r r r r � s z'UpdateModuleStreamDetails.time_modifiedc C s || _ dS )ai Sets the time_modified of this UpdateModuleStreamDetails. The date and time of the last status change for this object, as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :param time_modified: The time_modified of this UpdateModuleStreamDetails. :type: datetime Nr"