📂 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
›
devops
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: deploy_stage.pyc
a N��f�p � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zedd� �Z e j!d d� �Z ed!d"� �Z"e"j!d#d"� �Z"ed$d%� �Z#e#j!d&d%� �Z#ed'd(� �Z$e$j!d)d(� �Z$ed*d+� �Z%e%j!d,d+� �Z%ed-d.� �Z&e&j!d/d.� �Z&ed0d1� �Z'e'j!d2d1� �Z'ed3d4� �Z(e(j!d5d4� �Z(ed6d7� �Z)e)j!d8d7� �Z)ed9d:� �Z*e*j!d;d:� �Z*ed<d=� �Z+e+j!d>d=� �Z+ed?d@� �Z,e,j!dAd@� �Z,edBdC� �Z-e-j!dDdC� �Z-edEdF� �Z.e.j!dGdF� �Z.edHdI� �Z/e/j!dJdI� �Z/dKdL� Z0dMdN� Z1dOdP� Z2dQS )R�DeployStagez� A single node in a pipeline. It is usually associated with some action on a specific set of OCI resources such as environments. For example, updating a Function or a Kubernetes cluster. �WAIT�)COMPUTE_INSTANCE_GROUP_ROLLING_DEPLOYMENT�,COMPUTE_INSTANCE_GROUP_BLUE_GREEN_DEPLOYMENT�/COMPUTE_INSTANCE_GROUP_BLUE_GREEN_TRAFFIC_SHIFT�(COMPUTE_INSTANCE_GROUP_CANARY_DEPLOYMENT�+COMPUTE_INSTANCE_GROUP_CANARY_TRAFFIC_SHIFT�&COMPUTE_INSTANCE_GROUP_CANARY_APPROVAL�OKE_BLUE_GREEN_DEPLOYMENT�OKE_BLUE_GREEN_TRAFFIC_SHIFT�OKE_CANARY_DEPLOYMENT�OKE_CANARY_TRAFFIC_SHIFT�OKE_CANARY_APPROVAL�OKE_DEPLOYMENT�DEPLOY_FUNCTION�INVOKE_FUNCTION�LOAD_BALANCER_TRAFFIC_SHIFT�MANUAL_APPROVAL�OKE_HELM_CHART_DEPLOYMENT�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a_ Initializes a new DeployStage object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.devops.models.ComputeInstanceGroupBlueGreenTrafficShiftDeployStage` * :class:`~oci.devops.models.LoadBalancerTrafficShiftDeployStage` * :class:`~oci.devops.models.InvokeFunctionDeployStage` * :class:`~oci.devops.models.OkeCanaryDeployStage` * :class:`~oci.devops.models.OkeDeployStage` * :class:`~oci.devops.models.OkeCanaryTrafficShiftDeployStage` * :class:`~oci.devops.models.FunctionDeployStage` * :class:`~oci.devops.models.OkeBlueGreenDeployStage` * :class:`~oci.devops.models.OkeCanaryApprovalDeployStage` * :class:`~oci.devops.models.ComputeInstanceGroupCanaryTrafficShiftDeployStage` * :class:`~oci.devops.models.ComputeInstanceGroupCanaryApprovalDeployStage` * :class:`~oci.devops.models.WaitDeployStage` * :class:`~oci.devops.models.OkeHelmChartDeployStage` * :class:`~oci.devops.models.ComputeInstanceGroupBlueGreenDeployStage` * :class:`~oci.devops.models.ComputeInstanceGroupCanaryDeployStage` * :class:`~oci.devops.models.OkeBlueGreenTrafficShiftDeployStage` * :class:`~oci.devops.models.ManualApprovalDeployStage` * :class:`~oci.devops.models.ComputeInstanceGroupDeployStage` 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 DeployStage. :type id: str :param description: The value to assign to the description property of this DeployStage. :type description: str :param display_name: The value to assign to the display_name property of this DeployStage. :type display_name: str :param project_id: The value to assign to the project_id property of this DeployStage. :type project_id: str :param deploy_pipeline_id: The value to assign to the deploy_pipeline_id property of this DeployStage. :type deploy_pipeline_id: str :param compartment_id: The value to assign to the compartment_id property of this DeployStage. :type compartment_id: str :param deploy_stage_type: The value to assign to the deploy_stage_type property of this DeployStage. Allowed values for this property are: "WAIT", "COMPUTE_INSTANCE_GROUP_ROLLING_DEPLOYMENT", "COMPUTE_INSTANCE_GROUP_BLUE_GREEN_DEPLOYMENT", "COMPUTE_INSTANCE_GROUP_BLUE_GREEN_TRAFFIC_SHIFT", "COMPUTE_INSTANCE_GROUP_CANARY_DEPLOYMENT", "COMPUTE_INSTANCE_GROUP_CANARY_TRAFFIC_SHIFT", "COMPUTE_INSTANCE_GROUP_CANARY_APPROVAL", "OKE_BLUE_GREEN_DEPLOYMENT", "OKE_BLUE_GREEN_TRAFFIC_SHIFT", "OKE_CANARY_DEPLOYMENT", "OKE_CANARY_TRAFFIC_SHIFT", "OKE_CANARY_APPROVAL", "OKE_DEPLOYMENT", "DEPLOY_FUNCTION", "INVOKE_FUNCTION", "LOAD_BALANCER_TRAFFIC_SHIFT", "MANUAL_APPROVAL", "OKE_HELM_CHART_DEPLOYMENT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deploy_stage_type: str :param time_created: The value to assign to the time_created property of this DeployStage. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DeployStage. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this DeployStage. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DeployStage. :type lifecycle_details: str :param deploy_stage_predecessor_collection: The value to assign to the deploy_stage_predecessor_collection property of this DeployStage. :type deploy_stage_predecessor_collection: oci.devops.models.DeployStagePredecessorCollection :param freeform_tags: The value to assign to the freeform_tags property of this DeployStage. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DeployStage. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DeployStage. :type system_tags: dict(str, dict(str, object)) �str�datetime� DeployStagePredecessorCollectionzdict(str, str)zdict(str, dict(str, object)))�id�description�display_name� project_id�deploy_pipeline_id�compartment_id�deploy_stage_type�time_created�time_updated�lifecycle_state�lifecycle_details�#deploy_stage_predecessor_collection� freeform_tags�defined_tags�system_tagsr"