📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deployment_version_summary.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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�DeploymentVersionSummaryz< The summary data of a specific deployment version. �OGG�DATABASE_ORACLE�BIGDATA�DATABASE_MICROSOFT_SQLSERVER�DATABASE_MYSQL�DATABASE_POSTGRESQL�DATABASE_DB2ZOS�GGSA�DATA_TRANSFORMS�MAJOR�BUNDLE�MINORc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DeploymentVersionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ogg_version: The value to assign to the ogg_version property of this DeploymentVersionSummary. :type ogg_version: str :param deployment_type: The value to assign to the deployment_type property of this DeploymentVersionSummary. Allowed values for this property are: "OGG", "DATABASE_ORACLE", "BIGDATA", "DATABASE_MICROSOFT_SQLSERVER", "DATABASE_MYSQL", "DATABASE_POSTGRESQL", "DATABASE_DB2ZOS", "GGSA", "DATA_TRANSFORMS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deployment_type: str :param time_released: The value to assign to the time_released property of this DeploymentVersionSummary. :type time_released: datetime :param release_type: The value to assign to the release_type property of this DeploymentVersionSummary. Allowed values for this property are: "MAJOR", "BUNDLE", "MINOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type release_type: str :param is_security_fix: The value to assign to the is_security_fix property of this DeploymentVersionSummary. :type is_security_fix: bool :param time_supported_until: The value to assign to the time_supported_until property of this DeploymentVersionSummary. :type time_supported_until: datetime �strZdatetime�bool)�ogg_version�deployment_type� time_released�release_type�is_security_fix�time_supported_untilZ oggVersionZdeploymentTypeZtimeReleasedZreleaseTypeZ isSecurityFixZtimeSupportedUntilN)Z swagger_typesZ attribute_map�_ogg_version�_deployment_type�_time_released� _release_type�_is_security_fix�_time_supported_until)�self�kwargs� r# �U/usr/lib/python3.9/site-packages/oci/golden_gate/models/deployment_version_summary.py�__init__B s( #� � z!DeploymentVersionSummary.__init__c C s | j S )z� **[Required]** Gets the ogg_version of this DeploymentVersionSummary. Version of OGG :return: The ogg_version of this DeploymentVersionSummary. :rtype: str �r �r! r# r# r$ r } s z$DeploymentVersionSummary.ogg_versionc C s || _ dS )z� Sets the ogg_version of this DeploymentVersionSummary. Version of OGG :param ogg_version: The ogg_version of this DeploymentVersionSummary. :type: str Nr&