ruạṛ
a N��f~ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�NodeSourceDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�NodeSourceViaImageDetailsz3 Details of the image running on the node. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a� Initializes a new NodeSourceViaImageDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.container_engine.models.NodeSourceViaImageDetails.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 NodeSourceViaImageDetails. Allowed values for this property are: "IMAGE" :type source_type: str :param image_id: The value to assign to the image_id property of this NodeSourceViaImageDetails. :type image_id: str :param boot_volume_size_in_gbs: The value to assign to the boot_volume_size_in_gbs property of this NodeSourceViaImageDetails. :type boot_volume_size_in_gbs: int �str�int)�source_type�image_id�boot_volume_size_in_gbs� sourceType�imageId�bootVolumeSizeInGBsN�IMAGE)� swagger_types� attribute_map�_source_type� _image_id�_boot_volume_size_in_gbs)�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_details.py�__init__ s ��z"NodeSourceViaImageDetails.__init__c C s | j S )z� **[Required]** Gets the image_id of this NodeSourceViaImageDetails. The OCID of the image used to boot the node. :return: The image_id of this NodeSourceViaImageDetails. :rtype: str �r �r r r r r 5 s z"NodeSourceViaImageDetails.image_idc C s || _ dS )z� Sets the image_id of this NodeSourceViaImageDetails. The OCID of the image used to boot the node. :param image_id: The image_id of this NodeSourceViaImageDetails. :type: str Nr )r r r r r r A s c C s | j S )a� Gets the boot_volume_size_in_gbs of this NodeSourceViaImageDetails. The size of the boot volume in GBs. Minimum value is 50 GB. See `here`__ for max custom boot volume sizing and OS-specific requirements. __ https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Concepts/bootvolumes.htm :return: The boot_volume_size_in_gbs of this NodeSourceViaImageDetails. :rtype: int �r r r r r r M s z1NodeSourceViaImageDetails.boot_volume_size_in_gbsc C s || _ dS )a� Sets the boot_volume_size_in_gbs of this NodeSourceViaImageDetails. The size of the boot volume in GBs. Minimum value is 50 GB. See `here`__ for max custom boot volume sizing and OS-specific requirements. __ https://docs.cloud.oracle.com/en-us/iaas/Content/Block/Concepts/bootvolumes.htm :param boot_volume_size_in_gbs: The boot_volume_size_in_gbs of this NodeSourceViaImageDetails. :type: int Nr )r r r r r r [ s c C s t | �S �N)r r r r r �__repr__i s z"NodeSourceViaImageDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__l s z NodeSourceViaImageDetails.__eq__c C s | |k S r r r"