📂 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
›
rover
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/rover/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rover_bundle_status.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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�RoverBundleStatuszO The status of the rover bundle status by a specified work request id. �ACCEPTED�IN_PROGRESS�FAILED� COMPLETED� CANCELING�CANCELEDc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new RoverBundleStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this RoverBundleStatus. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "COMPLETED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param percent_complete: The value to assign to the percent_complete property of this RoverBundleStatus. :type percent_complete: float :param time_accepted: The value to assign to the time_accepted property of this RoverBundleStatus. :type time_accepted: datetime :param time_started: The value to assign to the time_started property of this RoverBundleStatus. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this RoverBundleStatus. :type time_finished: datetime :param bundle_name: The value to assign to the bundle_name property of this RoverBundleStatus. :type bundle_name: str :param error_message: The value to assign to the error_message property of this RoverBundleStatus. :type error_message: str �str�floatZdatetime)�status�percent_complete� time_accepted�time_started� time_finished�bundle_name� error_messager ZpercentCompleteZtimeAcceptedZtimeStartedZtimeFinishedZ bundleNameZerrorMessageN) Z swagger_typesZ attribute_map�_status�_percent_complete�_time_accepted� _time_started�_time_finished�_bundle_name�_error_message)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/rover/models/rover_bundle_status.py�__init__* s. %�� zRoverBundleStatus.__init__c C s | j S )a� **[Required]** Gets the status of this RoverBundleStatus. The progress of the workflow. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "COMPLETED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this RoverBundleStatus. :rtype: str )r �r r r r r j s zRoverBundleStatus.statusc C s g d�}t ||�sd}|| _dS )z� Sets the status of this RoverBundleStatus. The progress of the workflow. :param status: The status of this RoverBundleStatus. :type: str )r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r y s c C s | j S )z� Gets the percent_complete of this RoverBundleStatus. Percentage of the work request completed. :return: The percent_complete of this RoverBundleStatus. :rtype: float �r r"