📂 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_action_progress_details.cpython-39.pyc
a ���fF � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�FsuActionProgressDetailsz| Progress of the Action in execution. If the Exadata Fleet Update Action has not started yet, this will be omitted. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new FsuActionProgressDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param in_progress_targets: The value to assign to the in_progress_targets property of this FsuActionProgressDetails. :type in_progress_targets: int :param completed_targets: The value to assign to the completed_targets property of this FsuActionProgressDetails. :type completed_targets: int :param failed_targets: The value to assign to the failed_targets property of this FsuActionProgressDetails. :type failed_targets: int :param waiting_targets: The value to assign to the waiting_targets property of this FsuActionProgressDetails. :type waiting_targets: int :param total_targets: The value to assign to the total_targets property of this FsuActionProgressDetails. :type total_targets: int �int)�in_progress_targets�completed_targets�failed_targets�waiting_targets� total_targetsZinProgressTargetsZcompletedTargetsZ failedTargetsZwaitingTargetsZtotalTargetsN)Z swagger_typesZ attribute_map�_in_progress_targets�_completed_targets�_failed_targets�_waiting_targets�_total_targets)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/fleet_software_update/models/fsu_action_progress_details.py�__init__ s"