📂 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
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: scheduled_activity.cpython-39.pyc
a ���f�b � @ 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 ZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Z e jd+d*� �Z ed,d-� �Z!e!jd.d-� �Z!ed/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&ed>d?� �Z'e'jd@d?� �Z'edAdB� �Z(e(jdCdB� �Z(edDdE� �Z)e)jdFdE� �Z)dGdH� Z*dIdJ� Z+dKdL� Z,dMS )N�ScheduledActivityz( Details of scheduled activity. � QUARTERLY�MONTHLY�ONEOFF�VERTEX�ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED�CANCELED� AVAILABLE�UNAVAILABLE�NONE�ROLLBACKACCEPTED�ROLLBACKINPROGRESS�ROLLBACKSUCCEEDED�ROLLBACKFAILED�PRE_MAINTENANCE�MAINTENANCE�POST_MAINTENANCEc K s� ddddddddddddddddd�| _ dddd d ddd ddddddddd�| _d| _d| _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 :param scheduled_activity_phase: The value to assign to the scheduled_activity_phase property of this ScheduledActivity. Allowed values for this property are: "PRE_MAINTENANCE", "MAINTENANCE", "POST_MAINTENANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scheduled_activity_phase: str :param scheduled_activity_association_id: The value to assign to the scheduled_activity_association_id property of this ScheduledActivity. :type scheduled_activity_association_id: str �strzlist[Action]Zdatetime�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_details�scheduled_activity_phase�!scheduled_activity_association_idr ZdisplayNameZrunCycleZfusionEnvironmentIdZlifecycleStater! ZserviceAvailabilityZtimeScheduledStartZtimeExpectedFinishZtimeFinishedZdelayInHoursZtimeCreatedZtimeUpdatedZlifecycleDetailsZscheduledActivityPhaseZscheduledActivityAssociationIdN)Z swagger_typesZ 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�_scheduled_activity_phase�"_scheduled_activity_association_id)�self�kwargs� r>