📂 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: fsu_cycle_summary.cpython-39.opt-1.pyc
a ���f�l � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Z e jd-d,� �Z ed.d/� �Z!e!jd0d/� �Z!ed1d2� �Z"e"jd3d2� �Z"ed4d5� �Z#e#jd6d5� �Z#ed7d8� �Z$e$jd9d8� �Z$ed:d;� �Z%e%jd<d;� �Z%ed=d>� �Z&e&jd?d>� �Z&ed@dA� �Z'e'jdBdA� �Z'edCdD� �Z(e(jdEdD� �Z(edFdG� �Z)e)jdHdG� �Z)edIdJ� �Z*e*jdKdJ� �Z*edLdM� �Z+e+jdNdM� �Z+dOdP� Z,dQdR� Z-dSdT� Z.dUS )V�FsuCycleSummaryz- Exadata Fleet Update Cycle Summary. �PATCH�DB�GI�STAGE�PRECHECK_STAGE�PRECHECK_APPLY�APPLY�ROLLBACK_AND_REMOVE_TARGET�CLEANUP�CREATING�ACTIVE�UPDATING�IN_PROGRESS�FAILED�NEEDS_ATTENTION� SUCCEEDED�DELETING�DELETEDc K s� dddddddddddddddddddd�| _ d d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new FsuCycleSummary 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 FsuCycleSummary. :type id: str :param display_name: The value to assign to the display_name property of this FsuCycleSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this FsuCycleSummary. :type compartment_id: str :param type: The value to assign to the type property of this FsuCycleSummary. Allowed values for this property are: "PATCH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param fsu_collection_id: The value to assign to the fsu_collection_id property of this FsuCycleSummary. :type fsu_collection_id: str :param collection_type: The value to assign to the collection_type property of this FsuCycleSummary. Allowed values for this property are: "DB", "GI", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type collection_type: str :param executing_fsu_action_id: The value to assign to the executing_fsu_action_id property of this FsuCycleSummary. :type executing_fsu_action_id: str :param next_action_to_execute: The value to assign to the next_action_to_execute property of this FsuCycleSummary. :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 FsuCycleSummary. Allowed values for this property are: "STAGE", "PRECHECK_STAGE", "PRECHECK_APPLY", "APPLY", "ROLLBACK_AND_REMOVE_TARGET", "CLEANUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type last_completed_action: str :param goal_version_details: The value to assign to the goal_version_details property of this FsuCycleSummary. :type goal_version_details: oci.fleet_software_update.models.FsuGoalVersionDetails :param diagnostics_collection: The value to assign to the diagnostics_collection property of this FsuCycleSummary. :type diagnostics_collection: oci.fleet_software_update.models.DiagnosticsCollectionDetails :param time_created: The value to assign to the time_created property of this FsuCycleSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this FsuCycleSummary. :type time_updated: datetime :param time_finished: The value to assign to the time_finished property of this FsuCycleSummary. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this FsuCycleSummary. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "IN_PROGRESS", "FAILED", "NEEDS_ATTENTION", "SUCCEEDED", "DELETING", "DELETED", '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 FsuCycleSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this FsuCycleSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this FsuCycleSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this FsuCycleSummary. :type system_tags: dict(str, dict(str, object)) �strz list[NextActionToExecuteDetails]ZFsuGoalVersionDetailsZDiagnosticsCollectionDetailsZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�type�fsu_collection_id�collection_type�executing_fsu_action_id�next_action_to_execute�last_completed_action�goal_version_details�diagnostics_collection�time_created�time_updated� time_finished�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdr ZfsuCollectionIdZcollectionTypeZexecutingFsuActionIdZnextActionToExecuteZlastCompletedActionZgoalVersionDetailsZdiagnosticsCollectionZtimeCreatedZtimeUpdatedZtimeFinishedZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id�_type�_fsu_collection_id�_collection_type�_executing_fsu_action_id�_next_action_to_execute�_last_completed_action�_goal_version_details�_diagnostics_collection� _time_created� _time_updated�_time_finished�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rB �V/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/fsu_cycle_summary.py�__init__Z sv [��zFsuCycleSummary.__init__c C s | j S )z� **[Required]** Gets the id of this FsuCycleSummary. OCID identifier for the Exadata Fleet Update Cycle. :return: The id of this FsuCycleSummary. :rtype: str �r- �r@ rB rB rC r � s zFsuCycleSummary.idc C s || _ dS )z� Sets the id of this FsuCycleSummary. OCID identifier for the Exadata Fleet Update Cycle. :param id: The id of this FsuCycleSummary. :type: str NrE )r@ r rB rB rC r s c C s | j S )z� Gets the display_name of this FsuCycleSummary. Exadata Fleet Update Cycle display name. :return: The display_name of this FsuCycleSummary. :rtype: str �r. rF rB rB rC r s zFsuCycleSummary.display_namec C s || _ dS )z� Sets the display_name of this FsuCycleSummary. Exadata Fleet Update Cycle display name. :param display_name: The display_name of this FsuCycleSummary. :type: str NrG )r@ r rB rB rC r s c C s | j S )z� **[Required]** Gets the compartment_id of this FsuCycleSummary. Compartment Identifier. :return: The compartment_id of this FsuCycleSummary. :rtype: str �r/ rF rB rB rC r $ s zFsuCycleSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this FsuCycleSummary. Compartment Identifier. :param compartment_id: The compartment_id of this FsuCycleSummary. :type: str NrH )r@ r rB rB rC r 0 s c C s | j S )ah **[Required]** Gets the type of this FsuCycleSummary. Type of Exadata Fleet Update Cycle. Allowed values for this property are: "PATCH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this FsuCycleSummary. :rtype: str )r0 rF rB rB rC r < s zFsuCycleSummary.typec C s dg}t ||�sd}|| _dS )z� Sets the type of this FsuCycleSummary. Type of Exadata Fleet Update Cycle. :param type: The type of this FsuCycleSummary. :type: str r �UNKNOWN_ENUM_VALUEN)r r0 )r@ r �allowed_valuesrB rB rC r K s c C s | j S )a **[Required]** Gets the fsu_collection_id of this FsuCycleSummary. OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to. :return: The fsu_collection_id of this FsuCycleSummary. :rtype: str �r1 rF rB rB rC r Z s z!FsuCycleSummary.fsu_collection_idc C s || _ dS )a Sets the fsu_collection_id of this FsuCycleSummary. OCID identifier for the Collection ID the Exadata Fleet Update Cycle is assigned to. :param fsu_collection_id: The fsu_collection_id of this FsuCycleSummary. :type: str NrK )r@ r rB rB rC r f s c C s | j S )a� **[Required]** Gets the collection_type of this FsuCycleSummary. Type of Collection this Exadata Fleet Update Cycle belongs to. Allowed values for this property are: "DB", "GI", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The collection_type of this FsuCycleSummary. :rtype: str )r2 rF rB rB rC r r s zFsuCycleSummary.collection_typec C s ddg}t ||�sd}|| _dS )z� Sets the collection_type of this FsuCycleSummary. Type of Collection this Exadata Fleet Update Cycle belongs to. :param collection_type: The collection_type of this FsuCycleSummary. :type: str r r rI N)r r2 )r@ r rJ rB rB rC r � s c C s | j S )z� Gets the executing_fsu_action_id of this FsuCycleSummary. OCID identifier for the Action that is currently in execution, if applicable. :return: The executing_fsu_action_id of this FsuCycleSummary. :rtype: str �r3 rF rB rB rC r � s z'FsuCycleSummary.executing_fsu_action_idc C s || _ dS )a Sets the executing_fsu_action_id of this FsuCycleSummary. OCID identifier for the Action that is currently in execution, if applicable. :param executing_fsu_action_id: The executing_fsu_action_id of this FsuCycleSummary. :type: str NrL )r@ r rB rB rC r � s c C s | j S )aM Gets the next_action_to_execute of this FsuCycleSummary. In this array all the possible actions will be listed. The first element is the suggested Action. :return: The next_action_to_execute of this FsuCycleSummary. :rtype: list[oci.fleet_software_update.models.NextActionToExecuteDetails] �r4 rF rB rB rC r! � s z&FsuCycleSummary.next_action_to_executec C s || _ dS )ab Sets the next_action_to_execute of this FsuCycleSummary. In this array all the possible actions will be listed. The first element is the suggested Action. :param next_action_to_execute: The next_action_to_execute of this FsuCycleSummary. :type: list[oci.fleet_software_update.models.NextActionToExecuteDetails] NrM )r@ r! rB rB rC r! � s c C s | j S )aK Gets the last_completed_action of this FsuCycleSummary. The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet. Allowed values for this property are: "STAGE", "PRECHECK_STAGE", "PRECHECK_APPLY", "APPLY", "ROLLBACK_AND_REMOVE_TARGET", "CLEANUP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The last_completed_action of this FsuCycleSummary. :rtype: str )r5 rF rB rB rC r"