📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_maintenance_event.cpython-39.pyc
a ���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 ZdZdZdZd ZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zej dd� �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/edKdL� �Z0e0j dMdL� �Z0edNdO� �Z1e1j dPdO� �Z1edQdR� �Z2e2j dSdR� �Z2edTdU� �Z3e3j dVdU� �Z3edWdX� �Z4e4j dYdX� �Z4edZd[� �Z5e5j d\d[� �Z5ed]d^� �Z6e6j d_d^� �Z6ed`da� �Z7e7j dbda� �Z7edcdd� �Z8e8j dedd� �Z8dfdg� Z9dhdi� Z:djdk� Z;dlS )m�InstanceMaintenanceEventz� It is the event in which the maintenance action will be be performed on the customer instance on the scheduled date and time. � EMERGENCY� MANDATORY�FLEXIBLE�OPTIONAL�NOTIFICATION� EVACUATION�ENVIRONMENTAL_FACTORS�DECOMMISSION�HARDWARE_REPLACEMENT�FIRMWARE_UPDATE�SECURITY_UPDATE�REBOOT_MIGRATION� TERMINATE�STOP�NONE� SCHEDULED�STARTED� PROCESSING� SUCCEEDED�FAILED�CANCELED�CUSTOMER�SYSTEMc K s dddddddddddddddddddddddddd�| _ dd d ddd ddddddddddddddddddd d�| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _ d!| _ d!| _d!| _d!| _ d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!S )"a� Initializes a new InstanceMaintenanceEvent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this InstanceMaintenanceEvent. :type display_name: str :param defined_tags: The value to assign to the defined_tags property of this InstanceMaintenanceEvent. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this InstanceMaintenanceEvent. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this InstanceMaintenanceEvent. :type id: str :param instance_id: The value to assign to the instance_id property of this InstanceMaintenanceEvent. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this InstanceMaintenanceEvent. :type compartment_id: str :param maintenance_category: The value to assign to the maintenance_category property of this InstanceMaintenanceEvent. Allowed values for this property are: "EMERGENCY", "MANDATORY", "FLEXIBLE", "OPTIONAL", "NOTIFICATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type maintenance_category: str :param maintenance_reason: The value to assign to the maintenance_reason property of this InstanceMaintenanceEvent. Allowed values for this property are: "EVACUATION", "ENVIRONMENTAL_FACTORS", "DECOMMISSION", "HARDWARE_REPLACEMENT", "FIRMWARE_UPDATE", "SECURITY_UPDATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type maintenance_reason: str :param instance_action: The value to assign to the instance_action property of this InstanceMaintenanceEvent. Allowed values for this property are: "REBOOT_MIGRATION", "TERMINATE", "STOP", "NONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type instance_action: str :param alternative_resolution_actions: The value to assign to the alternative_resolution_actions property of this InstanceMaintenanceEvent. Allowed values for items in this list are: "REBOOT_MIGRATION", "TERMINATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type alternative_resolution_actions: list[str] :param time_started: The value to assign to the time_started property of this InstanceMaintenanceEvent. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this InstanceMaintenanceEvent. :type time_finished: datetime :param time_window_start: The value to assign to the time_window_start property of this InstanceMaintenanceEvent. :type time_window_start: datetime :param start_window_duration: The value to assign to the start_window_duration property of this InstanceMaintenanceEvent. :type start_window_duration: str :param estimated_duration: The value to assign to the estimated_duration property of this InstanceMaintenanceEvent. :type estimated_duration: str :param time_hard_due_date: The value to assign to the time_hard_due_date property of this InstanceMaintenanceEvent. :type time_hard_due_date: datetime :param can_reschedule: The value to assign to the can_reschedule property of this InstanceMaintenanceEvent. :type can_reschedule: bool :param time_created: The value to assign to the time_created property of this InstanceMaintenanceEvent. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this InstanceMaintenanceEvent. Allowed values for this property are: "SCHEDULED", "STARTED", "PROCESSING", "SUCCEEDED", "FAILED", "CANCELED", '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 InstanceMaintenanceEvent. :type lifecycle_details: str :param created_by: The value to assign to the created_by property of this InstanceMaintenanceEvent. Allowed values for this property are: "CUSTOMER", "SYSTEM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type created_by: str :param description: The value to assign to the description property of this InstanceMaintenanceEvent. :type description: str :param correlation_token: The value to assign to the correlation_token property of this InstanceMaintenanceEvent. :type correlation_token: str :param can_delete_local_storage: The value to assign to the can_delete_local_storage property of this InstanceMaintenanceEvent. :type can_delete_local_storage: bool :param additional_details: The value to assign to the additional_details property of this InstanceMaintenanceEvent. :type additional_details: dict(str, str) �strzdict(str, dict(str, object))zdict(str, str)z list[str]Zdatetime�bool)�display_name�defined_tags� freeform_tags�id�instance_id�compartment_id�maintenance_category�maintenance_reason�instance_action�alternative_resolution_actions�time_started� time_finished�time_window_start�start_window_duration�estimated_duration�time_hard_due_date�can_reschedule�time_created�lifecycle_state�lifecycle_details� created_by�description�correlation_token�can_delete_local_storage�additional_detailsZdisplayNameZdefinedTagsZfreeformTagsr# Z instanceIdZ compartmentIdZmaintenanceCategoryZmaintenanceReasonZinstanceActionZalternativeResolutionActionsZtimeStartedZtimeFinishedZtimeWindowStartZstartWindowDurationZestimatedDurationZtimeHardDueDateZ canRescheduleZtimeCreatedZlifecycleStateZlifecycleDetailsZ createdByr5 ZcorrelationTokenZcanDeleteLocalStorageZadditionalDetailsN)Z swagger_typesZ attribute_map� _display_name� _defined_tags�_freeform_tags�_id�_instance_id�_compartment_id�_maintenance_category�_maintenance_reason�_instance_action�_alternative_resolution_actions� _time_started�_time_finished�_time_window_start�_start_window_duration�_estimated_duration�_time_hard_due_date�_can_reschedule� _time_created�_lifecycle_state�_lifecycle_details�_created_by�_description�_correlation_token�_can_delete_local_storage�_additional_details)�self�kwargs� rT �N/usr/lib/python3.9/site-packages/oci/core/models/instance_maintenance_event.py�__init__v s� w��z!InstanceMaintenanceEvent.__init__c C s | j S )a# Gets the display_name of this InstanceMaintenanceEvent. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this InstanceMaintenanceEvent. :rtype: str �r9 �rR rT rT rU r > s z%InstanceMaintenanceEvent.display_namec C s || _ dS )a. Sets the display_name of this InstanceMaintenanceEvent. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this InstanceMaintenanceEvent. :type: str NrW )rR r rT rT rU r K s c C s | j S )a� Gets the defined_tags of this InstanceMaintenanceEvent. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this InstanceMaintenanceEvent. :rtype: dict(str, dict(str, object)) �r: rX rT rT rU r! X s z%InstanceMaintenanceEvent.defined_tagsc C s || _ dS )a� Sets the defined_tags of this InstanceMaintenanceEvent. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this InstanceMaintenanceEvent. :type: dict(str, dict(str, object)) NrY )rR r! rT rT rU r! i s c C s | j S )a� Gets the freeform_tags of this InstanceMaintenanceEvent. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this InstanceMaintenanceEvent. :rtype: dict(str, str) �r; rX rT rT rU r"