ruạṛ
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 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 ZmanagedInstanceCountN)Z swagger_typesZ attribute_map�_family�_name�_version� _architecture�_managed_instance_count)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/jms/models/operating_system.py�__init__"