📂 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
›
fusion_apps
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/fusion_apps/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: scheduled_activity.pyc
a N��fYQ � @ 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 ZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Z e jd1d0� �Z ed2d3� �Z!e!jd4d3� �Z!ed5d6� �Z"e"jd7d6� �Z"ed8d9� �Z#e#jd:d9� �Z#ed;d<� �Z$e$jd=d<� �Z$d>d?� Z%d@dA� Z&dBdC� Z'dDS )E�ScheduledActivityz( Details of scheduled activity. � QUARTERLY�MONTHLY�ONEOFF�VERTEX�ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED�CANCELED� AVAILABLE�UNAVAILABLE�NONE�ROLLBACKACCEPTED�ROLLBACKINPROGRESS�ROLLBACKSUCCEEDED�ROLLBACKFAILEDc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new ScheduledActivity 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 ScheduledActivity. :type id: str :param display_name: The value to assign to the display_name property of this ScheduledActivity. :type display_name: str :param run_cycle: The value to assign to the run_cycle property of this ScheduledActivity. Allowed values for this property are: "QUARTERLY", "MONTHLY", "ONEOFF", "VERTEX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type run_cycle: str :param fusion_environment_id: The value to assign to the fusion_environment_id property of this ScheduledActivity. :type fusion_environment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ScheduledActivity. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param actions: The value to assign to the actions property of this ScheduledActivity. :type actions: list[oci.fusion_apps.models.Action] :param service_availability: The value to assign to the service_availability property of this ScheduledActivity. Allowed values for this property are: "AVAILABLE", "UNAVAILABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type service_availability: str :param time_scheduled_start: The value to assign to the time_scheduled_start property of this ScheduledActivity. :type time_scheduled_start: datetime :param time_expected_finish: The value to assign to the time_expected_finish property of this ScheduledActivity. :type time_expected_finish: datetime :param time_finished: The value to assign to the time_finished property of this ScheduledActivity. :type time_finished: datetime :param delay_in_hours: The value to assign to the delay_in_hours property of this ScheduledActivity. :type delay_in_hours: int :param time_created: The value to assign to the time_created property of this ScheduledActivity. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ScheduledActivity. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this ScheduledActivity. Allowed values for this property are: "NONE", "ROLLBACKACCEPTED", "ROLLBACKINPROGRESS", "ROLLBACKSUCCEEDED", "ROLLBACKFAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str �strzlist[Action]�datetime�int)�id�display_name� run_cycle�fusion_environment_id�lifecycle_state�actions�service_availability�time_scheduled_start�time_expected_finish� time_finished�delay_in_hours�time_created�time_updated�lifecycle_detailsr �displayName�runCycle�fusionEnvironmentId�lifecycleStater �serviceAvailability�timeScheduledStart�timeExpectedFinish�timeFinished�delayInHours�timeCreated�timeUpdated�lifecycleDetailsN)� swagger_types� attribute_map�_id� _display_name� _run_cycle�_fusion_environment_id�_lifecycle_state�_actions�_service_availability�_time_scheduled_start�_time_expected_finish�_time_finished�_delay_in_hours� _time_created� _time_updated�_lifecycle_details)�self�kwargs� rF ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/scheduled_activity.py�__init__P sX G��zScheduledActivity.__init__c C s | j S )z� **[Required]** Gets the id of this ScheduledActivity. Unique identifier that is immutable on creation. :return: The id of this ScheduledActivity. :rtype: str �r6 �rD rF rF rG r � s zScheduledActivity.idc C s || _ dS )z� Sets the id of this ScheduledActivity. Unique identifier that is immutable on creation. :param id: The id of this ScheduledActivity. :type: str NrI )rD r rF rF rG r � s c C s | j S )z� **[Required]** Gets the display_name of this ScheduledActivity. scheduled activity display name, can be renamed. :return: The display_name of this ScheduledActivity. :rtype: str �r7 rJ rF rF rG r � s zScheduledActivity.display_namec C s || _ dS )z� Sets the display_name of this ScheduledActivity. scheduled activity display name, can be renamed. :param display_name: The display_name of this ScheduledActivity. :type: str NrK )rD r rF rF rG r � s c C s | j S )a� **[Required]** Gets the run_cycle of this ScheduledActivity. run cadence. Allowed values for this property are: "QUARTERLY", "MONTHLY", "ONEOFF", "VERTEX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The run_cycle of this ScheduledActivity. :rtype: str )r8 rJ rF rF rG r � s zScheduledActivity.run_cyclec C s g d�}t ||�sd}|| _dS )z� Sets the run_cycle of this ScheduledActivity. run cadence. :param run_cycle: The run_cycle of this ScheduledActivity. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r8 )rD r �allowed_valuesrF rF rG r s c C s | j S )z� **[Required]** Gets the fusion_environment_id of this ScheduledActivity. FAaaS Environment Identifier. :return: The fusion_environment_id of this ScheduledActivity. :rtype: str �r9 rJ rF rF rG r s z'ScheduledActivity.fusion_environment_idc C s || _ dS )z� Sets the fusion_environment_id of this ScheduledActivity. FAaaS Environment Identifier. :param fusion_environment_id: The fusion_environment_id of this ScheduledActivity. :type: str NrN )rD r rF rF rG r ! s c C s | j S )a� **[Required]** Gets the lifecycle_state of this ScheduledActivity. The current state of the scheduledActivity. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this ScheduledActivity. :rtype: str )r: rJ rF rF rG r - s z!ScheduledActivity.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this ScheduledActivity. The current state of the scheduledActivity. :param lifecycle_state: The lifecycle_state of this ScheduledActivity. :type: str )r r r r r rL N)r r: )rD r rM rF rF rG r < s c C s | j S )z� Gets the actions of this ScheduledActivity. List of actions :return: The actions of this ScheduledActivity. :rtype: list[oci.fusion_apps.models.Action] �r; rJ rF rF rG r K s zScheduledActivity.actionsc C s || _ dS )z� Sets the actions of this ScheduledActivity. List of actions :param actions: The actions of this ScheduledActivity. :type: list[oci.fusion_apps.models.Action] NrO )rD r rF rF rG r W s c C s | j S )a� **[Required]** Gets the service_availability of this ScheduledActivity. Service availability / impact during scheduled activity execution up down Allowed values for this property are: "AVAILABLE", "UNAVAILABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The service_availability of this ScheduledActivity. :rtype: str )r<