ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�NodeSourceOption� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�NodeSourceViaImageOptionz{ An image can be specified as the source of nodes when launching a node pool using the `nodeSourceDetails` object. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS )a� Initializes a new NodeSourceViaImageOption object with values from keyword arguments. The default value of the :py:attr:`~oci.container_engine.models.NodeSourceViaImageOption.source_type` attribute of this class is ``IMAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this NodeSourceViaImageOption. Allowed values for this property are: "IMAGE" :type source_type: str :param source_name: The value to assign to the source_name property of this NodeSourceViaImageOption. :type source_name: str :param image_id: The value to assign to the image_id property of this NodeSourceViaImageOption. :type image_id: str �str)�source_type�source_name�image_id� sourceType� sourceName�imageIdN�IMAGE)� swagger_types� attribute_map�_source_type�_source_name� _image_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/container_engine/models/node_source_via_image_option.py�__init__ s ��z!NodeSourceViaImageOption.__init__c C s | j S )z� Gets the image_id of this NodeSourceViaImageOption. The OCID of the image. :return: The image_id of this NodeSourceViaImageOption. :rtype: str �r �r r r r r 5 s z!NodeSourceViaImageOption.image_idc C s || _ dS )z� Sets the image_id of this NodeSourceViaImageOption. The OCID of the image. :param image_id: The image_id of this NodeSourceViaImageOption. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s z!NodeSourceViaImageOption.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s zNodeSourceViaImageOption.__eq__c C s | |k S r r r r r r �__ne__V s zNodeSourceViaImageOption.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"