📂 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
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: operating_system.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�OperatingSystemzR Operating System of the platform on which the Java Runtime was reported. �LINUX�WINDOWS�MACOS�UNKNOWNc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) af Initializes a new OperatingSystem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param family: The value to assign to the family property of this OperatingSystem. Allowed values for this property are: "LINUX", "WINDOWS", "MACOS", "UNKNOWN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type family: str :param name: The value to assign to the name property of this OperatingSystem. :type name: str :param version: The value to assign to the version property of this OperatingSystem. :type version: str :param architecture: The value to assign to the architecture property of this OperatingSystem. :type architecture: str :param managed_instance_count: The value to assign to the managed_instance_count property of this OperatingSystem. :type managed_instance_count: int �str�int)�family�name�version�architecture�managed_instance_countr r r r �managedInstanceCountN)� swagger_types� attribute_map�_family�_name�_version� _architecture�_managed_instance_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/operating_system.py�__init__ s"