📂 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
›
fleet_software_update
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_rollback_action_details.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateFsuActionDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateRollbackActionDetailsa Rollback Exadata Fleet Update Action creation details. This action will attempt to rollback the specified Targets according to strategy to the source target version prior to patching in this Exadata Fleet Update Cycle and remove them from the Collection. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new CreateRollbackActionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_software_update.models.CreateRollbackActionDetails.type` attribute of this class is ``ROLLBACK_AND_REMOVE_TARGET`` and it should not be changed. 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 CreateRollbackActionDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateRollbackActionDetails. :type compartment_id: str :param type: The value to assign to the type property of this CreateRollbackActionDetails. Allowed values for this property are: "STAGE", "PRECHECK", "APPLY", "ROLLBACK_AND_REMOVE_TARGET", "CLEANUP" :type type: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateRollbackActionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateRollbackActionDetails. :type defined_tags: dict(str, dict(str, object)) :param fsu_cycle_id: The value to assign to the fsu_cycle_id property of this CreateRollbackActionDetails. :type fsu_cycle_id: str :param details: The value to assign to the details property of this CreateRollbackActionDetails. :type details: oci.fleet_software_update.models.RollbackDetails :param schedule_details: The value to assign to the schedule_details property of this CreateRollbackActionDetails. :type schedule_details: oci.fleet_software_update.models.CreateScheduleDetails �strzdict(str, str)zdict(str, dict(str, object))ZRollbackDetailsZCreateScheduleDetails)Zdisplay_nameZcompartment_id�typeZ freeform_tagsZdefined_tags�fsu_cycle_id�details�schedule_detailsZdisplayNameZ compartmentIdr ZfreeformTagsZdefinedTagsZ fsuCycleIdr ZscheduleDetailsNZROLLBACK_AND_REMOVE_TARGET) Z swagger_typesZ attribute_mapZ _display_nameZ_compartment_idZ_typeZ_freeform_tagsZ _defined_tags� _fsu_cycle_id�_details�_schedule_details)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/create_rollback_action_details.py�__init__ s6 )��z$CreateRollbackActionDetails.__init__c C s | j S )a **[Required]** Gets the fsu_cycle_id of this CreateRollbackActionDetails. OCID identifier for the Exadata Fleet Update Cycle the Action will be part of. :return: The fsu_cycle_id of this CreateRollbackActionDetails. :rtype: str �r �r r r r r \ s z(CreateRollbackActionDetails.fsu_cycle_idc C s || _ dS )a Sets the fsu_cycle_id of this CreateRollbackActionDetails. OCID identifier for the Exadata Fleet Update Cycle the Action will be part of. :param fsu_cycle_id: The fsu_cycle_id of this CreateRollbackActionDetails. :type: str Nr )r r r r r r h s c C s | j S )z� **[Required]** Gets the details of this CreateRollbackActionDetails. :return: The details of this CreateRollbackActionDetails. :rtype: oci.fleet_software_update.models.RollbackDetails �r r r r r r t s z#CreateRollbackActionDetails.detailsc C s || _ dS )z� Sets the details of this CreateRollbackActionDetails. :param details: The details of this CreateRollbackActionDetails. :type: oci.fleet_software_update.models.RollbackDetails Nr )r r r r r r ~ s c C s | j S )z� Gets the schedule_details of this CreateRollbackActionDetails. :return: The schedule_details of this CreateRollbackActionDetails. :rtype: oci.fleet_software_update.models.CreateScheduleDetails �r r r r r r � s z,CreateRollbackActionDetails.schedule_detailsc C s || _ dS )z� Sets the schedule_details of this CreateRollbackActionDetails. :param schedule_details: The schedule_details of this CreateRollbackActionDetails. :type: oci.fleet_software_update.models.CreateScheduleDetails Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$CreateRollbackActionDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"CreateRollbackActionDetails.__eq__c C s | |k S r r r r r r �__ne__� s z"CreateRollbackActionDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"