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 @ sX e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�AgentInstallerSummaryz. Supported agent installer downloads. �LINUX�WINDOWS�MACOS�UNKNOWN�X86_64�X86�AARCH64�RPM�ZIPc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new AgentInstallerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param agent_installer_id: The value to assign to the agent_installer_id property of this AgentInstallerSummary. :type agent_installer_id: int :param agent_installer_description: The value to assign to the agent_installer_description property of this AgentInstallerSummary. :type agent_installer_description: str :param approximate_file_size_in_bytes: The value to assign to the approximate_file_size_in_bytes property of this AgentInstallerSummary. :type approximate_file_size_in_bytes: int :param sha256: The value to assign to the sha256 property of this AgentInstallerSummary. :type sha256: str :param os_family: The value to assign to the os_family property of this AgentInstallerSummary. 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 os_family: str :param platform_architecture: The value to assign to the platform_architecture property of this AgentInstallerSummary. Allowed values for this property are: "X86_64", "X86", "AARCH64", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type platform_architecture: str :param package_type: The value to assign to the package_type property of this AgentInstallerSummary. Allowed values for this property are: "RPM", "ZIP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type package_type: str :param agent_version: The value to assign to the agent_version property of this AgentInstallerSummary. :type agent_version: str :param java_version: The value to assign to the java_version property of this AgentInstallerSummary. :type java_version: str :param agent_installer_version: The value to assign to the agent_installer_version property of this AgentInstallerSummary. :type agent_installer_version: str �int�str) �agent_installer_id�agent_installer_description�approximate_file_size_in_bytes�sha256� os_family�platform_architecture�package_type� agent_version�java_version�agent_installer_versionZagentInstallerIdZagentInstallerDescriptionZapproximateFileSizeInBytesr ZosFamilyZplatformArchitectureZpackageTypeZagentVersionZjavaVersionZagentInstallerVersionN)Z swagger_typesZ attribute_map�_agent_installer_id�_agent_installer_description�_approximate_file_size_in_bytes�_sha256� _os_family�_platform_architecture� _package_type�_agent_version� _java_version�_agent_installer_version)�self�kwargs� r( �J/usr/lib/python3.9/site-packages/oci/jms/models/agent_installer_summary.py�__init__6 s@ 5�� zAgentInstallerSummary.__init__c C s | j S )z� **[Required]** Gets the agent_installer_id of this AgentInstallerSummary. Unique identifier for the agent installer. :return: The agent_installer_id of this AgentInstallerSummary. :rtype: int �r �r&