📂 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
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: event_content.cpython-39.pyc
a ���f� � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�EventContentzU Information about the data collected as a ZIP file when the event occurred. � NOT_AVAILABLE�AVAILABLE_ON_INSTANCE�AVAILABLE_ON_SERVICE�!AVAILABLE_ON_INSTANCE_AND_SERVICE�(AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESSc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EventContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param content_availability: The value to assign to the content_availability property of this EventContent. Allowed values for this property are: "NOT_AVAILABLE", "AVAILABLE_ON_INSTANCE", "AVAILABLE_ON_SERVICE", "AVAILABLE_ON_INSTANCE_AND_SERVICE", "AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type content_availability: str :param instance_path: The value to assign to the instance_path property of this EventContent. :type instance_path: str :param size: The value to assign to the size property of this EventContent. :type size: int �str�int)�content_availability� instance_path�sizeZcontentAvailabilityZinstancePathr N)Z swagger_typesZ attribute_map�_content_availability�_instance_path�_size)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/os_management/models/event_content.py�__init__&