📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
rover
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/rover/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rover_workload.pyc
a O��fn$ � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))� RoverWorkloadz, Information about a RoverWorkload. c K sx ddddddddddd� | _ ddddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d S )a# Initializes a new RoverWorkload object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this RoverWorkload. :type name: str :param compartment_id: The value to assign to the compartment_id property of this RoverWorkload. :type compartment_id: str :param id: The value to assign to the id property of this RoverWorkload. :type id: str :param size: The value to assign to the size property of this RoverWorkload. :type size: str :param object_count: The value to assign to the object_count property of this RoverWorkload. :type object_count: str :param prefix: The value to assign to the prefix property of this RoverWorkload. :type prefix: str :param range_start: The value to assign to the range_start property of this RoverWorkload. :type range_start: str :param range_end: The value to assign to the range_end property of this RoverWorkload. :type range_end: str :param workload_type: The value to assign to the workload_type property of this RoverWorkload. :type workload_type: str :param work_request_id: The value to assign to the work_request_id property of this RoverWorkload. :type work_request_id: str �str) �name�compartment_id�id�size�object_count�prefix�range_start� range_end� workload_type�work_request_idr � compartmentIdr r �objectCountr � rangeStart�rangeEnd�workloadType� workRequestIdN)� swagger_types� attribute_map�_name�_compartment_id�_id�_size� _object_count�_prefix�_range_start� _range_end�_workload_type�_work_request_id)�self�kwargs� r&