📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: scheduled_action.cpython-39.pyc
a ���fW � @ 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 dd � Zedd� �Zejdd� �Zedd� �Zejdd� �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� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z d>d?� Z!d@dA� Z"dBdC� Z#dDS )E�ScheduledActionz( Details of a Scheduled Action. �DB_SERVER_FULL_SOFTWARE_UPDATE�#STORAGE_SERVER_FULL_SOFTWARE_UPDATE�#NETWORK_SWITCH_FULL_SOFTWARE_UPDATE�CREATING�NEEDS_ATTENTION� AVAILABLE�UPDATING�FAILED�DELETING�DELETEDc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new ScheduledAction 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 ScheduledAction. :type id: str :param scheduling_plan_id: The value to assign to the scheduling_plan_id property of this ScheduledAction. :type scheduling_plan_id: str :param compartment_id: The value to assign to the compartment_id property of this ScheduledAction. :type compartment_id: str :param scheduling_window_id: The value to assign to the scheduling_window_id property of this ScheduledAction. :type scheduling_window_id: str :param display_name: The value to assign to the display_name property of this ScheduledAction. :type display_name: str :param action_order: The value to assign to the action_order property of this ScheduledAction. :type action_order: int :param action_type: The value to assign to the action_type property of this ScheduledAction. Allowed values for this property are: "DB_SERVER_FULL_SOFTWARE_UPDATE", "STORAGE_SERVER_FULL_SOFTWARE_UPDATE", "NETWORK_SWITCH_FULL_SOFTWARE_UPDATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ScheduledAction. Allowed values for this property are: "CREATING", "NEEDS_ATTENTION", "AVAILABLE", "UPDATING", "FAILED", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param estimated_time_in_mins: The value to assign to the estimated_time_in_mins property of this ScheduledAction. :type estimated_time_in_mins: int :param action_params: The value to assign to the action_params property of this ScheduledAction. :type action_params: dict(str, str) :param action_members: The value to assign to the action_members property of this ScheduledAction. :type action_members: list[oci.database.models.ActionMember] :param freeform_tags: The value to assign to the freeform_tags property of this ScheduledAction. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ScheduledAction. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ScheduledAction. :type system_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this ScheduledAction. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ScheduledAction. :type time_updated: datetime �str�intzdict(str, str)zlist[ActionMember]zdict(str, dict(str, object))Zdatetime)�id�scheduling_plan_id�compartment_id�scheduling_window_id�display_name�action_order�action_type�lifecycle_state�estimated_time_in_mins� action_params�action_members� freeform_tags�defined_tags�system_tags�time_created�time_updatedr ZschedulingPlanIdZ compartmentIdZschedulingWindowIdZdisplayNameZactionOrderZ actionTypeZlifecycleStateZestimatedTimeInMinsZactionParamsZ actionMembersZfreeformTagsZdefinedTagsZ systemTagsZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_id�_scheduling_plan_id�_compartment_id�_scheduling_window_id� _display_name� _action_order�_action_type�_lifecycle_state�_estimated_time_in_mins�_action_params�_action_members�_freeform_tags� _defined_tags�_system_tags� _time_created� _time_updated)�self�kwargs� r5 �H/usr/lib/python3.9/site-packages/oci/database/models/scheduled_action.py�__init__: sd K��zScheduledAction.__init__c C s | j S )a **[Required]** Gets the id of this ScheduledAction. The `OCID`__ of the Scheduled Action. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ScheduledAction. :rtype: str �r# �r3 r5 r5 r6 r � s zScheduledAction.idc C s || _ dS )z� Sets the id of this ScheduledAction. The `OCID`__ of the Scheduled Action. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ScheduledAction. :type: str Nr8 )r3 r r5 r5 r6 r � s c C s | j S )a, **[Required]** Gets the scheduling_plan_id of this ScheduledAction. The `OCID`__ of the Scheduling Plan. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The scheduling_plan_id of this ScheduledAction. :rtype: str �r$ r9 r5 r5 r6 r � s z"ScheduledAction.scheduling_plan_idc C s || _ dS )a. Sets the scheduling_plan_id of this ScheduledAction. The `OCID`__ of the Scheduling Plan. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param scheduling_plan_id: The scheduling_plan_id of this ScheduledAction. :type: str Nr: )r3 r r5 r5 r6 r � s c C s | j S )a **[Required]** Gets the compartment_id of this ScheduledAction. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ScheduledAction. :rtype: str �r% r9 r5 r5 r6 r � s zScheduledAction.compartment_idc C s || _ dS )a Sets the compartment_id of this ScheduledAction. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ScheduledAction. :type: str Nr; )r3 r r5 r5 r6 r s c C s | j S )a# Gets the scheduling_window_id of this ScheduledAction. The `OCID`__ of the Scheduling Window. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The scheduling_window_id of this ScheduledAction. :rtype: str �r&