📂 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
›
os_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/os_management/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: event_content.pyc
a O��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�size�contentAvailability�instancePathr N)� swagger_types� attribute_map�_content_availability�_instance_path�_size)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/event_content.py�__init__$ s ��zEventContent.__init__c C s | j S )a� Gets the content_availability of this EventContent. Status of the event content 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'. :return: The content_availability of this EventContent. :rtype: str )r �r r r r r H s z!EventContent.content_availabilityc C s g d�}t ||�sd}|| _dS )z� Sets the content_availability of this EventContent. Status of the event content :param content_availability: The content_availability of this EventContent. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r W s c C s | j S )z� Gets the instance_path of this EventContent. Path to the event content on the instance :return: The instance_path of this EventContent. :rtype: str �r r r r r r f s zEventContent.instance_pathc C s || _ dS )z� Sets the instance_path of this EventContent. Path to the event content on the instance :param instance_path: The instance_path of this EventContent. :type: str Nr )r r r r r r r s c C s | j S )z� Gets the size of this EventContent. size in bytes of the event content (size of the zip file uploaded) :return: The size of this EventContent. :rtype: int �r r r r r r ~ s zEventContent.sizec C s || _ dS )z� Sets the size of this EventContent. size in bytes of the event content (size of the zip file uploaded) :param size: The size of this EventContent. :type: int Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zEventContent.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zEventContent.__eq__c C s | |k S r"