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 )�RoverBundleVersionz. Description of rover bundle version. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new RoverBundleVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param bundle_version: The value to assign to the bundle_version property of this RoverBundleVersion. :type bundle_version: str :param compartment_id: The value to assign to the compartment_id property of this RoverBundleVersion. :type compartment_id: str :param bundle_name: The value to assign to the bundle_name property of this RoverBundleVersion. :type bundle_name: str �str)�bundle_version�compartment_id�bundle_nameZ bundleVersionZ compartmentIdZ bundleNameN)Z swagger_typesZ attribute_map�_bundle_version�_compartment_id�_bundle_name)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/rover/models/rover_bundle_version.py�__init__ s ��zRoverBundleVersion.__init__c C s | j S )z� **[Required]** Gets the bundle_version of this RoverBundleVersion. The version of the rover bundle. :return: The bundle_version of this RoverBundleVersion. :rtype: str �r �r r r r r 4 s z!RoverBundleVersion.bundle_versionc C s || _ dS )z� Sets the bundle_version of this RoverBundleVersion. The version of the rover bundle. :param bundle_version: The bundle_version of this RoverBundleVersion. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the compartment_id of this RoverBundleVersion. The compartment OCID of roverNode/roverCluster that needs to be upgraded. :return: The compartment_id of this RoverBundleVersion. :rtype: str �r r r r r r L s z!RoverBundleVersion.compartment_idc C s || _ dS )z� Sets the compartment_id of this RoverBundleVersion. The compartment OCID of roverNode/roverCluster that needs to be upgraded. :param compartment_id: The compartment_id of this RoverBundleVersion. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the bundle_name of this RoverBundleVersion. The full name of the bundle. :return: The bundle_name of this RoverBundleVersion. :rtype: str �r r r r r r d s zRoverBundleVersion.bundle_namec C s || _ dS )z� Sets the bundle_name of this RoverBundleVersion. The full name of the bundle. :param bundle_name: The bundle_name of this RoverBundleVersion. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zRoverBundleVersion.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zRoverBundleVersion.__eq__c C s | |k S r r r r r r �__ne__� s zRoverBundleVersion.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"