📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: patch_fsu_cycle.cpython-39.pyc
a ���f�3 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FsuCycle� )�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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )� PatchFsuCyclez< Patch Exadata Fleet Update Cycle resource details. c K s ddddddddddddddddddddd d d ddd d �| _ 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(| _d(| _d(| _d(| _d(| _d(| _d(| _d(| _d)| _d(S )*a� Initializes a new PatchFsuCycle object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_software_update.models.PatchFsuCycle.type` attribute of this class is ``PATCH`` and it should not be changed. 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 PatchFsuCycle. :type id: str :param display_name: The value to assign to the display_name property of this PatchFsuCycle. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this PatchFsuCycle. :type compartment_id: str :param type: The value to assign to the type property of this PatchFsuCycle. Allowed values for this property are: "PATCH" :type type: str :param fsu_collection_id: The value to assign to the fsu_collection_id property of this PatchFsuCycle. :type fsu_collection_id: str :param collection_type: The value to assign to the collection_type property of this PatchFsuCycle. Allowed values for this property are: "DB", "GI" :type collection_type: str :param executing_fsu_action_id: The value to assign to the executing_fsu_action_id property of this PatchFsuCycle. :type executing_fsu_action_id: str :param next_action_to_execute: The value to assign to the next_action_to_execute property of this PatchFsuCycle. :type next_action_to_execute: list[oci.fleet_software_update.models.NextActionToExecuteDetails] :param last_completed_action: The value to assign to the last_completed_action property of this PatchFsuCycle. Allowed values for this property are: "STAGE", "PRECHECK_STAGE", "PRECHECK_APPLY", "APPLY", "ROLLBACK_AND_REMOVE_TARGET", "CLEANUP" :type last_completed_action: str :param goal_version_details: The value to assign to the goal_version_details property of this PatchFsuCycle. :type goal_version_details: oci.fleet_software_update.models.FsuGoalVersionDetails :param batching_strategy: The value to assign to the batching_strategy property of this PatchFsuCycle. :type batching_strategy: oci.fleet_software_update.models.BatchingStrategyDetails :param stage_action_schedule: The value to assign to the stage_action_schedule property of this PatchFsuCycle. :type stage_action_schedule: oci.fleet_software_update.models.ScheduleDetails :param apply_action_schedule: The value to assign to the apply_action_schedule property of this PatchFsuCycle. :type apply_action_schedule: oci.fleet_software_update.models.ScheduleDetails :param diagnostics_collection: The value to assign to the diagnostics_collection property of this PatchFsuCycle. :type diagnostics_collection: oci.fleet_software_update.models.DiagnosticsCollectionDetails :param time_created: The value to assign to the time_created property of this PatchFsuCycle. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PatchFsuCycle. :type time_updated: datetime :param time_finished: The value to assign to the time_finished property of this PatchFsuCycle. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PatchFsuCycle. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "IN_PROGRESS", "FAILED", "NEEDS_ATTENTION", "SUCCEEDED", "DELETING", "DELETED" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this PatchFsuCycle. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this PatchFsuCycle. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PatchFsuCycle. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PatchFsuCycle. :type system_tags: dict(str, dict(str, object)) :param is_ignore_patches: The value to assign to the is_ignore_patches property of this PatchFsuCycle. :type is_ignore_patches: bool :param is_ignore_missing_patches: The value to assign to the is_ignore_missing_patches property of this PatchFsuCycle. :type is_ignore_missing_patches: list[str] :param max_drain_timeout_in_seconds: The value to assign to the max_drain_timeout_in_seconds property of this PatchFsuCycle. :type max_drain_timeout_in_seconds: int :param is_keep_placement: The value to assign to the is_keep_placement property of this PatchFsuCycle. :type is_keep_placement: bool �strz list[NextActionToExecuteDetails]ZFsuGoalVersionDetailsZBatchingStrategyDetailsZScheduleDetailsZDiagnosticsCollectionDetailsZdatetimezdict(str, str)zdict(str, dict(str, object))�boolz list[str]�int)�idZdisplay_nameZcompartment_id�typeZfsu_collection_idZcollection_typeZexecuting_fsu_action_idZnext_action_to_executeZlast_completed_actionZgoal_version_detailsZbatching_strategyZstage_action_scheduleZapply_action_scheduleZdiagnostics_collectionZtime_createdZtime_updatedZ time_finishedZlifecycle_stateZlifecycle_detailsZ freeform_tagsZdefined_tagsZsystem_tags�is_ignore_patches�is_ignore_missing_patches�max_drain_timeout_in_seconds�is_keep_placementr ZdisplayNameZ compartmentIdr ZfsuCollectionIdZcollectionTypeZexecutingFsuActionIdZnextActionToExecuteZlastCompletedActionZgoalVersionDetailsZbatchingStrategyZstageActionScheduleZapplyActionScheduleZdiagnosticsCollectionZtimeCreatedZtimeUpdatedZtimeFinishedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsZisIgnorePatchesZisIgnoreMissingPatchesZmaxDrainTimeoutInSecondsZisKeepPlacementNZPATCH)Z swagger_typesZ attribute_mapZ_idZ _display_nameZ_compartment_idZ_typeZ_fsu_collection_idZ_collection_typeZ_executing_fsu_action_idZ_next_action_to_executeZ_last_completed_actionZ_goal_version_detailsZ_batching_strategyZ_stage_action_scheduleZ_apply_action_scheduleZ_diagnostics_collectionZ _time_createdZ _time_updatedZ_time_finishedZ_lifecycle_stateZ_lifecycle_detailsZ_freeform_tagsZ _defined_tagsZ_system_tags�_is_ignore_patches�_is_ignore_missing_patches�_max_drain_timeout_in_seconds�_is_keep_placement)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/patch_fsu_cycle.py�__init__ s� t��zPatchFsuCycle.__init__c C s | j S )z� Gets the is_ignore_patches of this PatchFsuCycle. Ignore all patches between the source and target homes during patching. :return: The is_ignore_patches of this PatchFsuCycle. :rtype: bool �r �r r r r r � s zPatchFsuCycle.is_ignore_patchesc C s || _ dS )z� Sets the is_ignore_patches of this PatchFsuCycle. Ignore all patches between the source and target homes during patching. :param is_ignore_patches: The is_ignore_patches of this PatchFsuCycle. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the is_ignore_missing_patches of this PatchFsuCycle. List of bug numbers to ignore. :return: The is_ignore_missing_patches of this PatchFsuCycle. :rtype: list[str] �r r r r r r � s z'PatchFsuCycle.is_ignore_missing_patchesc C s || _ dS )z� Sets the is_ignore_missing_patches of this PatchFsuCycle. List of bug numbers to ignore. :param is_ignore_missing_patches: The is_ignore_missing_patches of this PatchFsuCycle. :type: list[str] Nr )r r r r r r � s c C s | j S )z� Gets the max_drain_timeout_in_seconds of this PatchFsuCycle. Service drain timeout specified in seconds. :return: The max_drain_timeout_in_seconds of this PatchFsuCycle. :rtype: int �r r r r r r s z*PatchFsuCycle.max_drain_timeout_in_secondsc C s || _ dS )z� Sets the max_drain_timeout_in_seconds of this PatchFsuCycle. Service drain timeout specified in seconds. :param max_drain_timeout_in_seconds: The max_drain_timeout_in_seconds of this PatchFsuCycle. :type: int Nr )r r r r r r s c C s | j S )aD Gets the is_keep_placement of this PatchFsuCycle. Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation. :return: The is_keep_placement of this PatchFsuCycle. :rtype: bool �r r r r r r # s zPatchFsuCycle.is_keep_placementc C s || _ dS )aT Sets the is_keep_placement of this PatchFsuCycle. Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation. :param is_keep_placement: The is_keep_placement of this PatchFsuCycle. :type: bool Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__= s zPatchFsuCycle.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__@ s zPatchFsuCycle.__eq__c C s | |k S r r r# r r r �__ne__F s zPatchFsuCycle.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r% r&