📂 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_upgrade.pyc
a N��f}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 ZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Z e jd'd&� �Z ed(d)� �Z!e!jd*d)� �Z!ed+d,� �Z"e"jd-d,� �Z"ed.d/� �Z#e#jd0d/� �Z#ed1d2� �Z$e$jd3d2� �Z$ed4d5� �Z%e%jd6d5� �Z%ed7d8� �Z&e&jd9d8� �Z&ed:d;� �Z'e'jd<d;� �Z'ed=d>� �Z(e(jd?d>� �Z(ed@dA� �Z)e)jdBdA� �Z)edCdD� �Z*e*jdEdD� �Z*edFdG� �Z+e+jdHdG� �Z+edIdJ� �Z,e,jdKdJ� �Z,dLdM� Z-dNdO� Z.dPdQ� Z/dRS )S�DeploymentUpgradezB A container for your OCI GoldenGate Upgrade information. �MANUAL� AUTOMATIC�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED�NEEDS_ATTENTION�IN_PROGRESS� CANCELING�CANCELED� SUCCEEDED� RECOVERING�STARTING�STOPPING�MOVING� UPGRADING� RESTORING�BACKUP_IN_PROGRESSc K s� dddddddddddddddddd�| _ dddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )aV Initializes a new DeploymentUpgrade object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DeploymentUpgrade. :type id: str :param display_name: The value to assign to the display_name property of this DeploymentUpgrade. :type display_name: str :param description: The value to assign to the description property of this DeploymentUpgrade. :type description: str :param compartment_id: The value to assign to the compartment_id property of this DeploymentUpgrade. :type compartment_id: str :param deployment_id: The value to assign to the deployment_id property of this DeploymentUpgrade. :type deployment_id: str :param deployment_upgrade_type: The value to assign to the deployment_upgrade_type property of this DeploymentUpgrade. Allowed values for this property are: "MANUAL", "AUTOMATIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deployment_upgrade_type: str :param time_started: The value to assign to the time_started property of this DeploymentUpgrade. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this DeploymentUpgrade. :type time_finished: datetime :param ogg_version: The value to assign to the ogg_version property of this DeploymentUpgrade. :type ogg_version: str :param time_created: The value to assign to the time_created property of this DeploymentUpgrade. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DeploymentUpgrade. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DeploymentUpgrade. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", "IN_PROGRESS", "CANCELING", "CANCELED", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_sub_state: The value to assign to the lifecycle_sub_state property of this DeploymentUpgrade. Allowed values for this property are: "RECOVERING", "STARTING", "STOPPING", "MOVING", "UPGRADING", "RESTORING", "BACKUP_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_sub_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DeploymentUpgrade. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this DeploymentUpgrade. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DeploymentUpgrade. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DeploymentUpgrade. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id� deployment_id�deployment_upgrade_type�time_started� time_finished�ogg_version�time_created�time_updated�lifecycle_state�lifecycle_sub_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr �displayNamer � compartmentId�deploymentId�deploymentUpgradeType�timeStarted�timeFinished� oggVersion�timeCreated�timeUpdated�lifecycleState�lifecycleSubState�lifecycleDetails�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_description�_compartment_id�_deployment_id�_deployment_upgrade_type� _time_started�_time_finished�_ogg_version� _time_created� _time_updated�_lifecycle_state�_lifecycle_sub_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rS ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/golden_gate/models/deployment_upgrade.py�__init__d sj Q��zDeploymentUpgrade.__init__c C s | j S )a$ **[Required]** Gets the id of this DeploymentUpgrade. The `OCID`__ of the deployment upgrade being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this DeploymentUpgrade. :rtype: str �r@ �rQ rS rS rT r � s zDeploymentUpgrade.idc C s || _ dS )a Sets the id of this DeploymentUpgrade. The `OCID`__ of the deployment upgrade being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this DeploymentUpgrade. :type: str NrV )rQ r rS rS rT r � s c C s | j S )z� Gets the display_name of this DeploymentUpgrade. An object's Display Name. :return: The display_name of this DeploymentUpgrade. :rtype: str �rA rW rS rS rT r s zDeploymentUpgrade.display_namec C s || _ dS )z� Sets the display_name of this DeploymentUpgrade. An object's Display Name. :param display_name: The display_name of this DeploymentUpgrade. :type: str NrX )rQ r rS rS rT r s c C s | j S )z� Gets the description of this DeploymentUpgrade. Metadata about this specific object. :return: The description of this DeploymentUpgrade. :rtype: str �rB rW rS rS rT r " s zDeploymentUpgrade.descriptionc C s || _ dS )z� Sets the description of this DeploymentUpgrade. Metadata about this specific object. :param description: The description of this DeploymentUpgrade. :type: str NrY )rQ r rS rS rT r . s c C s | j S )a5 **[Required]** Gets the compartment_id of this DeploymentUpgrade. The `OCID`__ of the compartment being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DeploymentUpgrade. :rtype: str �rC rW rS rS rT r! : s z DeploymentUpgrade.compartment_idc C s || _ dS )a3 Sets the compartment_id of this DeploymentUpgrade. The `OCID`__ of the compartment being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DeploymentUpgrade. :type: str NrZ )rQ r! rS rS rT r! H s c C s | j S )a2 **[Required]** Gets the deployment_id of this DeploymentUpgrade. The `OCID`__ of the deployment being referenced. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The deployment_id of this DeploymentUpgrade. :rtype: str �rD rW rS rS rT r"