📂 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
›
cloud_bridge
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_bridge/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_agent_dependency_details.pyc
a N��f2 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateAgentDependencyDetailsz4 The information about new AgentDependency. c K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aY Initializes a new UpdateAgentDependencyDetails 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 UpdateAgentDependencyDetails. :type display_name: str :param dependency_name: The value to assign to the dependency_name property of this UpdateAgentDependencyDetails. :type dependency_name: str :param dependency_version: The value to assign to the dependency_version property of this UpdateAgentDependencyDetails. :type dependency_version: str :param description: The value to assign to the description property of this UpdateAgentDependencyDetails. :type description: str :param namespace: The value to assign to the namespace property of this UpdateAgentDependencyDetails. :type namespace: str :param bucket: The value to assign to the bucket property of this UpdateAgentDependencyDetails. :type bucket: str :param object_name: The value to assign to the object_name property of this UpdateAgentDependencyDetails. :type object_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAgentDependencyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAgentDependencyDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this UpdateAgentDependencyDetails. :type system_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object))) �display_name�dependency_name�dependency_version�description� namespace�bucket�object_name� freeform_tags�defined_tags�system_tags�displayName�dependencyName�dependencyVersionr r r � objectName�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map� _display_name�_dependency_name�_dependency_version�_description� _namespace�_bucket�_object_name�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r'