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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�BlocklistTargetz8 A resource to blocklist for certain operation. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new BlocklistTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param fleet_id: The value to assign to the fleet_id property of this BlocklistTarget. :type fleet_id: str :param managed_instance_id: The value to assign to the managed_instance_id property of this BlocklistTarget. :type managed_instance_id: str :param installation_key: The value to assign to the installation_key property of this BlocklistTarget. :type installation_key: str �str)�fleet_id�managed_instance_id�installation_keyZfleetIdZmanagedInstanceIdZinstallationKeyN)Z swagger_typesZ attribute_map� _fleet_id�_managed_instance_id�_installation_key)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/jms/models/blocklist_target.py�__init__ s ��zBlocklistTarget.__init__c C s | j S )a **[Required]** Gets the fleet_id of this BlocklistTarget. The `OCID`__ of the fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The fleet_id of this BlocklistTarget. :rtype: str �r �r r r r r 4 s zBlocklistTarget.fleet_idc C s || _ dS )a Sets the fleet_id of this BlocklistTarget. The `OCID`__ of the fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param fleet_id: The fleet_id of this BlocklistTarget. :type: str Nr )r r r r r r B s c C s | j S )a( Gets the managed_instance_id of this BlocklistTarget. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The managed_instance_id of this BlocklistTarget. :rtype: str �r r r r r r P s z#BlocklistTarget.managed_instance_idc C s || _ dS )a: Sets the managed_instance_id of this BlocklistTarget. The `OCID`__ of the related managed instance. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param managed_instance_id: The managed_instance_id of this BlocklistTarget. :type: str Nr )r r r r r r ^ s c C s | j S )a Gets the installation_key of this BlocklistTarget. The unique identifier for the installation of Java Runtime at a specific path on a specific operating system. :return: The installation_key of this BlocklistTarget. :rtype: str �r r r r r r l s z BlocklistTarget.installation_keyc C s || _ dS )a Sets the installation_key of this BlocklistTarget. The unique identifier for the installation of Java Runtime at a specific path on a specific operating system. :param installation_key: The installation_key of this BlocklistTarget. :type: str Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s zBlocklistTarget.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zBlocklistTarget.__eq__c C s | |k S r r r r r r �__ne__� s zBlocklistTarget.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"