📂 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: create_fsu_cycle_details.cpython-39.pyc
a ���f8 � @ 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 ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�CreateFsuCycleDetailsz? Exadata Fleet Update Cycle resource creation details. �PATCHc K s� dddddddddddd�| _ d d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aN Initializes a new CreateFsuCycleDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.fleet_software_update.models.CreatePatchFsuCycle` 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 CreateFsuCycleDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateFsuCycleDetails. :type compartment_id: str :param type: The value to assign to the type property of this CreateFsuCycleDetails. 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 CreateFsuCycleDetails. :type fsu_collection_id: str :param goal_version_details: The value to assign to the goal_version_details property of this CreateFsuCycleDetails. :type goal_version_details: oci.fleet_software_update.models.FsuGoalVersionDetails :param batching_strategy: The value to assign to the batching_strategy property of this CreateFsuCycleDetails. :type batching_strategy: oci.fleet_software_update.models.CreateBatchingStrategyDetails :param stage_action_schedule: The value to assign to the stage_action_schedule property of this CreateFsuCycleDetails. :type stage_action_schedule: oci.fleet_software_update.models.CreateScheduleDetails :param apply_action_schedule: The value to assign to the apply_action_schedule property of this CreateFsuCycleDetails. :type apply_action_schedule: oci.fleet_software_update.models.CreateScheduleDetails :param diagnostics_collection: The value to assign to the diagnostics_collection property of this CreateFsuCycleDetails. :type diagnostics_collection: oci.fleet_software_update.models.DiagnosticsCollectionDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateFsuCycleDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateFsuCycleDetails. :type defined_tags: dict(str, dict(str, object)) �strZFsuGoalVersionDetailsZCreateBatchingStrategyDetailsZCreateScheduleDetailsZDiagnosticsCollectionDetailszdict(str, str)zdict(str, dict(str, object)))�display_name�compartment_id�type�fsu_collection_id�goal_version_details�batching_strategy�stage_action_schedule�apply_action_schedule�diagnostics_collection� freeform_tags�defined_tagsZdisplayNameZ compartmentIdr ZfsuCollectionIdZgoalVersionDetailsZbatchingStrategyZstageActionScheduleZapplyActionScheduleZdiagnosticsCollectionZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_compartment_id�_type�_fsu_collection_id�_goal_version_details�_batching_strategy�_stage_action_schedule�_apply_action_schedule�_diagnostics_collection�_freeform_tags� _defined_tags)�self�kwargs� r! �]/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/create_fsu_cycle_details.py�__init__ sF 8��zCreateFsuCycleDetails.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r ZCreatePatchFsuCycler Nr! )Zobject_dictionaryr r! r! r"